diff --git a/MANIFEST b/MANIFEST index c1ee858..ecd5826 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,6 @@ # file GENERATED by distutils, do NOT edit INSTALL.py LICENSE -PACMAN-UPGRADE README README.rst pkgbuilder.py @@ -15,6 +14,4 @@ docs/messagecodes.rst docs/pkgbuilder.8.gz docs/pkgbuilder.rst docs/html/index.html -locale/en/LC_MESSAGES/pkgbuilder.mo -locale/pl/LC_MESSAGES/pkgbuilder.mo scripts/pkgbuilder diff --git a/PACMAN-UPGRADE b/PACMAN-UPGRADE deleted file mode 100644 index 41e86d6..0000000 --- a/PACMAN-UPGRADE +++ /dev/null @@ -1,12 +0,0 @@ -There are two versions of PB available now: the current version -from the 2.1.2.x series and the legacy version, 2.1.1.10. The -current version is compatible with pacman 4.0 and pyalpm 0.5. -The legacy version works with older pacmans, namely 3.6. - -The current version is here: - http://aur.archlinux.org/packages.php?ID=52542 - http://pypi.python.org/pypi/pkgbuilder - -The legacy one is here: - http://github.kwpolska.tk/pkgbuilder-2.1.1.10_UNOFFICIAL_LEGACY-1-any.pkg.tar.xz - http://github.kwpolska.tk/pkgbuilder-2.1.1.10_UNOFFICIAL_LEGACY-1.src.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 5131791..844edb9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kwpolska pkgname=pkgbuilder -pkgver=2.1.2.5 +pkgver=2.1.2.26 pkgrel=1 pkgdesc="A basic Python AUR helper/library." arch=('any') @@ -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=('81f7b73bfa1547d655c685275b0f001a') +md5sums=('548b2071ed0f22407955f0905e34d6ea') package() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/README b/README index c7b5101..34ad367 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ pyalpm from [extra] and python3-aur from the AUR. NOTES ----- This is Version 2 of PKGBUILDer. The original Perl version is included, -but it shall not be used. +but it should not be used. Version 2.1 is a big leap forward. It introduces many new features. It is now stable. It is now available as an AUR and PyPI package. @@ -31,6 +31,9 @@ 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 diff --git a/README.rst b/README.rst index c7b5101..1206a17 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ README for PKGBUILDer ===================== :Info: This is the README file for PKGBUILDer. :Author: Kwpolska -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 PKGBUILDer. A Python AUR helper/library. ========================================= @@ -21,7 +21,7 @@ pyalpm from [extra] and python3-aur from the AUR. NOTES ----- This is Version 2 of PKGBUILDer. The original Perl version is included, -but it shall not be used. +but it should not be used. Version 2.1 is a big leap forward. It introduces many new features. It is now stable. It is now available as an AUR and PyPI package. @@ -31,6 +31,9 @@ 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 diff --git a/Rakefile b/Rakefile index 95e62eb..a7e2508 100644 --- a/Rakefile +++ b/Rakefile @@ -52,7 +52,7 @@ end task :docs do sh "rm docs/pkgbuilder.8.gz" - sh "rst2man docs/pkgbuilder.rst > docs/pkgbuilder.8" + sh "rst2man2 docs/pkgbuilder.rst > docs/pkgbuilder.8" sh "gzip docs/pkgbuilder.8" #Rake::Task[:docshtml].invoke diff --git a/dist/pkgbuilder-2.1.2.26.tar.gz b/dist/pkgbuilder-2.1.2.26.tar.gz new file mode 100644 index 0000000..f612b4a Binary files /dev/null and b/dist/pkgbuilder-2.1.2.26.tar.gz differ diff --git a/dist/pkgbuilder-2.1.2.6.tar.gz b/dist/pkgbuilder-2.1.2.6.tar.gz new file mode 100644 index 0000000..b86d895 Binary files /dev/null and b/dist/pkgbuilder-2.1.2.6.tar.gz differ diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index f0fab31..d9e39ee 100644 --- a/docs/LICENSE.rst +++ b/docs/LICENSE.rst @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer ================================== :Info: This is an appendix to the PKGBUILDer documentation. :Author: Kwpolska -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 Copyright (C) 2011, Kwpolska All rights reserved. diff --git a/docs/README.rst b/docs/README.rst index c7b5101..1206a17 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -3,8 +3,8 @@ README for PKGBUILDer ===================== :Info: This is the README file for PKGBUILDer. :Author: Kwpolska -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 PKGBUILDer. A Python AUR helper/library. ========================================= @@ -21,7 +21,7 @@ pyalpm from [extra] and python3-aur from the AUR. NOTES ----- This is Version 2 of PKGBUILDer. The original Perl version is included, -but it shall not be used. +but it should not be used. Version 2.1 is a big leap forward. It introduces many new features. It is now stable. It is now available as an AUR and PyPI package. @@ -31,6 +31,9 @@ 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 diff --git a/docs/classes.rst b/docs/classes.rst index 44b1fad..f103a43 100644 --- a/docs/classes.rst +++ b/docs/classes.rst @@ -4,8 +4,8 @@ Classes in PKGBUILDer :Author: Kwpolska :Copyright: See Appendix B. -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 .. index:: classes .. module:: PKGBUILDer diff --git a/docs/conf.py b/docs/conf.py index ddf882b..eac9b6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.1.2.5' +release = '2.1.2.26' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 0f744ee..62d8d01 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,9 @@ 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 `. Reading the appendices (:doc:`README` and :doc:`Message codes `) is also a good idea. diff --git a/docs/messagecodes.rst b/docs/messagecodes.rst index 3d0d22e..61210e6 100644 --- a/docs/messagecodes.rst +++ b/docs/messagecodes.rst @@ -3,8 +3,8 @@ Appendix A. PKGBUILDer message numbers list =========================================== :Info: This is an appendix to the PKGBUILDer documentation. :Author: Kwpolska -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 In order to help debugging, messages are numbered. Each message number has four digits: the first one is the diff --git a/docs/pkgbuilder.8.gz b/docs/pkgbuilder.8.gz index a1c6af2..48e4d59 100644 Binary files a/docs/pkgbuilder.8.gz and b/docs/pkgbuilder.8.gz differ diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index 4e11321..88fb3c3 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -4,8 +4,8 @@ PKGBUILDer :Author: Kwpolska :Copyright: See Appendix B. -:Date: 2011-10-26 -:Version: 2.1.2.5 +:Date: 2012-07-14 +:Version: 2.1.2.26 :Manual section: 8 :Manual group: PKGBUILDer manual @@ -25,6 +25,9 @@ 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 ========== diff --git a/pkgbuilder.py b/pkgbuilder.py index 25abc4a..84d6fec 100755 --- a/pkgbuilder.py +++ b/pkgbuilder.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# PKGBUILDer v2.1.2.5 +# PKGBUILDer v2.1.2.26 # A Python AUR helper/library. # Copyright (C) 2011, Kwpolska # All rights reserved. @@ -51,7 +51,7 @@ import gettext import functools -VERSION = '2.1.2.5' +VERSION = '2.1.2.26' T = gettext.translation('pkgbuilder', '/usr/share/locale', fallback='C') _ = T.gettext @@ -658,7 +658,7 @@ def build_runner(self, pkgname, performdepcheck = True, mpparams = '' - if makepkginstall == False: + if makepkginstall != False: mpparams = mpparams+'i' if os.geteuid() == 0: diff --git a/setup.py b/setup.py index f0a78da..22c2174 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='pkgbuilder', - version='2.1.2.5', + version='2.1.2.26', description='An AUR helper (and library) in python3', author='Kwpolska', author_email='kwpolska@kwpolska.tk',