Skip to content

Commit

Permalink
2.1.1.7: various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Oct 8, 2011
1 parent 7c8ecbe commit 0dfaa3a
Show file tree
Hide file tree
Showing 33 changed files with 381 additions and 381 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
pkgver=2.1.1.5
pkgver=2.1.1.7
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm' 'python-pyparsing')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('d0ccee2ec58f1573933dcdf22f46cb62')
md5sums=('6dac0fe77ec202a44388e0deb13467c3')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ README for PKGBUILDer
=====================
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-09-23
:Version: 2.1.1.1
:Date: 2011-10-08
:Version: 2.1.1.7

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ task :prepare, :ver do |t, args|
sh "sed \"s/version=.*/version='#{version}',/\" setup.py -i"
sh "sed \"s/release = .*/release = '#{version}'/\" docs/conf.py -i"
sh "sed \"s/:Version: .*/:Version: #{version}/\" docs/*.rst -i"
sh "sed \"s/:Version: .*/:Version: #{version}/\" README.rst -i"
sh "sed \"s/BUILDer .* do/BUILDer #{version} do/\" docs/index.rst -i"
sh "sed \"s/VERSION = .*/VERSION = '#{version}'/\" pkgbuilder.py -i"
sh "sed \"s/Version .*/Version #{version}/\" pkgbuilder.py -i"
sh "sed \"s/pkgver=.*/pkgver=#{version}/\" PKGBUILD -i"

sh "sed \"s/:Date: .*/:Date: #{date}/\" docs/*.rst -i"
sh "sed \"s/:Date: .*/:Date: #{date}/\" README.rst -i"
end

task :docshtml do
Expand Down
Binary file added dist/pkgbuilder-2.1.1.6.tar.gz
Binary file not shown.
Binary file added dist/pkgbuilder-2.1.1.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-08
:Version: 2.1.1.5
:Version: 2.1.1.7

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/messagecodes.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/pkgbuilder.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.1.5'
release = '2.1.1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Binary file modified docs/docs-pkgbuilder.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 62c2cc1fe768304fe7e6cd23a596b6be
config: c2e563bad510920c11042df94ffb63ec
tags: fbb0d17656682115ca4d033fb2f83ba1
22 changes: 11 additions & 11 deletions docs/html/README/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>README for PKGBUILDer &mdash; PKGBUILDer v2.1.1.5 documentation</title>
<title>README for PKGBUILDer &mdash; PKGBUILDer v2.1.1.7 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.1.1.5',
VERSION: '2.1.1.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,21 +22,21 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.5 documentation" href="../" />
<link rel="next" title="Appendix B. PKGBUILDer message numbers list" href="../messagecodes/" />
<link rel="top" title="PKGBUILDer v2.1.1.7 documentation" href="../" />
<link rel="next" title="Appendix A. PKGBUILDer message numbers list" href="../messagecodes/" />
<link rel="prev" title="PKGBUILDer" href="../pkgbuilder/" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../messagecodes/" title="Appendix B. PKGBUILDer message numbers list"
<a href="../messagecodes/" title="Appendix A. PKGBUILDer message numbers list"
accesskey="N">next</a></li>
<li class="right" >
<a href="../pkgbuilder/" title="PKGBUILDer"
accesskey="P">previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -57,7 +57,7 @@ <h1>README for PKGBUILDer<a class="headerlink" href="#readme-for-pkgbuilder" tit
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-08</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.5</td>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.7</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -140,7 +140,7 @@ <h4>Previous topic</h4>
title="previous chapter">PKGBUILDer</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../messagecodes/"
title="next chapter">Appendix B. PKGBUILDer message numbers list</a></p>
title="next chapter">Appendix A. PKGBUILDer message numbers list</a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search/" method="get">
Expand All @@ -162,17 +162,17 @@ <h3>Quick search</h3>
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../messagecodes/" title="Appendix B. PKGBUILDer message numbers list"
<a href="../messagecodes/" title="Appendix A. PKGBUILDer message numbers list"
>next</a></li>
<li class="right" >
<a href="../pkgbuilder/" title="PKGBUILDer"
>previous</a> |</li>
<li><a href="../">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-08T10:10:47Z.
Last updated on 2011-10-08T19:10:26Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_sources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ README for PKGBUILDer
:Info: This is the README file for PKGBUILDer.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-08
:Version: 2.1.1.5
:Version: 2.1.1.7

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

PKGBUILDer 2.1.1.5 documentation
PKGBUILDer 2.1.1.7 documentation
================================

Contents:
Expand Down
4 changes: 2 additions & 2 deletions docs/html/_sources/messagecodes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
===========================================
Appendix B. PKGBUILDer message numbers list
Appendix A. PKGBUILDer message numbers list
===========================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-08
:Version: 2.1.1.5
:Version: 2.1.1.7

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand Down
16 changes: 2 additions & 14 deletions docs/html/_sources/pkgbuilder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a Python AUR helper/library
:Author: Kwpolska <[email protected]>
:Copyright: This document has been placed in the public domain.
:Date: 2011-10-08
:Version: 2.1.1.5
:Version: 2.1.1.7
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand All @@ -33,19 +33,7 @@ OPERATIONS
==========

**-i, --info**
Displays info about *targets*. The format is as follows:

| Category : AUR category
| Name : package name
| Version : current version
| URL : package URL
| Licenses : package licenses
| Votes : AUR votes
| Out of Date : yes or no
| Maintainer : package owner
| Last Updated : date (pacman's format)
| First Submitted: date (pacman's format)
| Description : the package description
Displays info about **targets** in a fashion similar to pacman.

**-s, --search**
Searches the AUR for packages with **targets** as the query.
Expand Down
18 changes: 9 additions & 9 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>PKGBUILDer 2.1.1.5 documentation &mdash; PKGBUILDer v2.1.1.5 documentation</title>
<title>PKGBUILDer 2.1.1.7 documentation &mdash; PKGBUILDer v2.1.1.7 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.1.1.5',
VERSION: '2.1.1.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.5 documentation" href="#" />
<link rel="top" title="PKGBUILDer v2.1.1.7 documentation" href="#" />
<link rel="next" title="PKGBUILDer" href="pkgbuilder/" />
</head>
<body>
Expand All @@ -32,7 +32,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="pkgbuilder/" title="PKGBUILDer"
accesskey="N">next</a></li>
<li><a href="#">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="#">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -41,8 +41,8 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body">

<div class="section" id="pkgbuilder-2-1-1-5-documentation">
<h1>PKGBUILDer 2.1.1.5 documentation<a class="headerlink" href="#pkgbuilder-2-1-1-5-documentation" title="Permalink to this headline"></a></h1>
<div class="section" id="pkgbuilder-2-1-1-7-documentation">
<h1>PKGBUILDer 2.1.1.7 documentation<a class="headerlink" href="#pkgbuilder-2-1-1-7-documentation" title="Permalink to this headline"></a></h1>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
Expand All @@ -54,7 +54,7 @@ <h1>PKGBUILDer 2.1.1.5 documentation<a class="headerlink" href="#pkgbuilder-2-1-
<li class="toctree-l2"><a class="reference internal" href="README/#pkgbuilder-a-python-aur-helper-library">PKGBUILDer. A Python AUR helper/library.</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="messagecodes/">Appendix B. PKGBUILDer message numbers list</a><ul>
<li class="toctree-l1"><a class="reference internal" href="messagecodes/">Appendix A. PKGBUILDer message numbers list</a><ul>
<li class="toctree-l2"><a class="reference internal" href="messagecodes/#categories">Categories</a></li>
<li class="toctree-l2"><a class="reference internal" href="messagecodes/#informations">Informations</a></li>
<li class="toctree-l2"><a class="reference internal" href="messagecodes/#warnings">Warnings</a></li>
Expand Down Expand Up @@ -97,12 +97,12 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="pkgbuilder/" title="PKGBUILDer"
>next</a></li>
<li><a href="#">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="#">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-08T10:10:47Z.
Last updated on 2011-10-08T19:10:26Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
20 changes: 10 additions & 10 deletions docs/html/messagecodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Appendix B. PKGBUILDer message numbers list &mdash; PKGBUILDer v2.1.1.5 documentation</title>
<title>Appendix A. PKGBUILDer message numbers list &mdash; PKGBUILDer v2.1.1.7 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.1.1.5',
VERSION: '2.1.1.7',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '',
HAS_SOURCE: true
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="PKGBUILDer v2.1.1.5 documentation" href="../" />
<link rel="top" title="PKGBUILDer v2.1.1.7 documentation" href="../" />
<link rel="prev" title="README for PKGBUILDer" href="../README/" />
</head>
<body>
Expand All @@ -32,7 +32,7 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="../README/" title="README for PKGBUILDer"
accesskey="P">previous</a></li>
<li><a href="../">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -41,8 +41,8 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body">

<div class="section" id="appendix-b-pkgbuilder-message-numbers-list">
<h1>Appendix B. PKGBUILDer message numbers list<a class="headerlink" href="#appendix-b-pkgbuilder-message-numbers-list" title="Permalink to this headline"></a></h1>
<div class="section" id="appendix-a-pkgbuilder-message-numbers-list">
<h1>Appendix A. PKGBUILDer message numbers list<a class="headerlink" href="#appendix-a-pkgbuilder-message-numbers-list" title="Permalink to this headline"></a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
Expand All @@ -53,7 +53,7 @@ <h1>Appendix B. PKGBUILDer message numbers list<a class="headerlink" href="#appe
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">2011-10-08</td>
</tr>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.5</td>
<tr class="field"><th class="field-name">Version:</th><td class="field-body">2.1.1.7</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -304,7 +304,7 @@ <h2>Errors<a class="headerlink" href="#errors" title="Permalink to this headline
<div class="sphinxsidebarwrapper">
<h3><a href="../">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Appendix B. PKGBUILDer message numbers list</a><ul>
<li><a class="reference internal" href="#">Appendix A. PKGBUILDer message numbers list</a><ul>
<li><a class="reference internal" href="#categories">Categories</a><ul>
<li><a class="reference internal" href="#usage-instructions">Usage instructions</a></li>
</ul>
Expand Down Expand Up @@ -342,12 +342,12 @@ <h3>Navigation</h3>
<li class="right" style="margin-right: 10px">
<a href="../README/" title="README for PKGBUILDer"
>previous</a></li>
<li><a href="../">PKGBUILDer v2.1.1.5 documentation</a> &raquo;</li>
<li><a href="../">PKGBUILDer v2.1.1.7 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Kwpolska.
Last updated on 2011-10-08T10:10:47Z.
Last updated on 2011-10-08T19:10:26Z.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
Expand Down
Loading

0 comments on commit 0dfaa3a

Please sign in to comment.