Skip to content

Commit

Permalink
v2.1.2.2: documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Oct 15, 2011
1 parent f758809 commit 25abb5b
Show file tree
Hide file tree
Showing 45 changed files with 2,657 additions and 335 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgbuilder.py
setup.py
docs/LICENSE.rst
docs/README.rst
docs/classes.rst
docs/conf.py
docs/docs-pkgbuilder.zip
docs/index.rst
Expand All @@ -15,6 +16,7 @@ docs/pkgbuilder.8.gz
docs/pkgbuilder.rst
docs/_build/doctrees/LICENSE.doctree
docs/_build/doctrees/README.doctree
docs/_build/doctrees/classes.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/messagecodes.doctree
Expand All @@ -25,8 +27,14 @@ docs/html/objects.inv
docs/html/searchindex.js
docs/html/LICENSE/index.html
docs/html/README/index.html
docs/html/_modules/index.html
docs/html/_sources/AUR.txt
docs/html/_sources/Build.txt
docs/html/_sources/LICENSE.txt
docs/html/_sources/PBDS.txt
docs/html/_sources/README.txt
docs/html/_sources/Utils.txt
docs/html/_sources/classes.txt
docs/html/_sources/index.txt
docs/html/_sources/messagecodes.txt
docs/html/_sources/pkgbuilder.txt
Expand All @@ -41,8 +49,10 @@ docs/html/_static/pygments.css
docs/html/_static/searchtools.js
docs/html/_static/sidebar.js
docs/html/_static/underscore.js
docs/html/classes/index.html
docs/html/messagecodes/index.html
docs/html/pkgbuilder/index.html
docs/html/py-modindex/index.html
docs/html/search/index.html
locale/en/LC_MESSAGES/pkgbuilder.mo
locale/pl/LC_MESSAGES/pkgbuilder.mo
Expand Down
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.2.1
pkgver=2.1.2.2
pkgrel=1
pkgdesc="A basic Python AUR helper/library."
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'pacman>=4.0.0-1')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('0f790496c4905aba5999b867eb23c820')
md5sums=('fcfde418c55c4cab82b24874c73bf11e')

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-10-14
:Version: 2.1.2.1
:Date: 2011-10-15
:Version: 2.1.2.2

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ task :prepare, :ver do |t, args|
sh "sed \"s/BUILDer .* do/BUILDer #{version} do/\" docs/index.rst -i"
sh "sed \"s/# PKG.*/# PKGBUILDer v#{version}/\" pkgbuilder.py -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"
Expand Down
Binary file added dist/pkgbuilder-2.1.2.2.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2011-10-14
:Version: 2.1.2.1
:Date: 2011-10-15
:Version: 2.1.2.2

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions docs/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-10-14
:Version: 2.1.2.1
:Date: 2011-10-15
:Version: 2.1.2.2

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand Down
Binary file modified docs/_build/doctrees/LICENSE.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/classes.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.
Loading

0 comments on commit 25abb5b

Please sign in to comment.