Skip to content

Commit

Permalink
v2.1.2.29: Scrap that "final version" thing.
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <[email protected]>
  • Loading branch information
Kwpolska committed Jul 14, 2012
1 parent 1976370 commit de7cbb7
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 141 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.2.28
pkgver=2.1.2.29
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=('71cc5b2e2ba71e7a4096ded7ecc892e2')
md5sums=('1dda25a99cf570094765201a916fc910')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
7 changes: 2 additions & 5 deletions README
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-26
:Version: 2.1.2.27
:Date: 2012-07-14
:Version: 2.1.2.29

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand All @@ -31,9 +31,6 @@ The -S (DS.pacman) parameter adds pacman wrapper compatibility.
For more info, refer to the pkgbuilder(8) man page or HTML docs in
docs/html.

Development of the PKGBUILDer is stalled. However, patches are welcome
all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Expand Down
5 changes: 1 addition & 4 deletions 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: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand All @@ -31,9 +31,6 @@ The -S (DS.pacman) parameter adds pacman wrapper compatibility.
For more info, refer to the pkgbuilder(8) man page or HTML docs in
docs/html.

Development of the PKGBUILDer is stalled. However, patches are welcome
all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Expand Down
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ task :prepare, :ver do |t, args|

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

sh "cp README.rst README"
sh "cp README.rst docs/README.rst"
end

task :docshtml do
Expand Down
Binary file added dist/pkgbuilder-2.1.2.29.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
5 changes: 1 addition & 4 deletions 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: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand All @@ -31,9 +31,6 @@ The -S (DS.pacman) parameter adds pacman wrapper compatibility.
For more info, refer to the pkgbuilder(8) man page or HTML docs in
docs/html.

Development of the PKGBUILDer is stalled. However, patches are welcome
all the time at GitHub.

COPYRIGHT
---------
Copyright (C) 2011, Kwpolska
Expand Down
2 changes: 1 addition & 1 deletion docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Classes in PKGBUILDer
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29

.. index:: classes
.. module:: PKGBUILDer
Expand Down
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.2.28'
release = '2.1.2.29'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ much as possible.
Since version 2.1.0, PKGBUILDer provides modules that can be used in
other scripts.

Development of the PKGBUILDer is stalled. However, patches are welcome
all the time at GitHub.

For standalone use, see the :doc:`PKGBUILDer man page <pkgbuilder>`.
Reading the appendices (:doc:`README` and
:doc:`Message codes <messagecodes>`) is also a good idea.
Expand Down
2 changes: 1 addition & 1 deletion docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix A. PKGBUILDer message numbers list
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
:Date: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29

In order to help debugging, messages are numbered.
Each message number has four digits: the first one is the
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
5 changes: 1 addition & 4 deletions docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer
:Author: Kwpolska <[email protected]>
:Copyright: See Appendix B.
:Date: 2012-07-14
:Version: 2.1.2.28
:Version: 2.1.2.29
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand All @@ -25,9 +25,6 @@ much as possible.
Since version 2.1.0, PKGBUILDer provides modules that can be used in
other scripts.

Development of the PKGBUILDer is stalled. However, patches are welcome
all the time at GitHub.

OPERATIONS
==========

Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions locale/en/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Language-Team: Kwpolska <[email protected]>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: pkgbuilder.py:88
Expand Down Expand Up @@ -136,8 +136,8 @@ msgid "Gathering data about packages…"
msgstr "Gathering data about packages…"

#: pkgbuilder.py:763
msgid "Targets ({0}):"
msgstr "Targets ({0}):"
msgid "Targets ({0}): "
msgstr "Targets ({0}): "

#: pkgbuilder.py:765
msgid "{0} upgradeable packages found:"
Expand Down
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions locale/pl/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"Language-Team: Kwpolska <[email protected]>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: pkgbuilder.py:88
Expand Down Expand Up @@ -137,8 +137,8 @@ msgid "Gathering data about packages…"
msgstr "Zbieranie informacji o pakietach…"

#: pkgbuilder.py:763
msgid "Targets ({0}):"
msgstr "Cele ({0}):"
msgid "Targets ({0}): "
msgstr "Cele ({0}): "

#: pkgbuilder.py:765
msgid "{0} upgradeable packages found:"
Expand Down
Loading

0 comments on commit de7cbb7

Please sign in to comment.