Skip to content

Commit

Permalink
v2.1.2.26: final release of PKGBUILDer; PATCHES WELCOME
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 d8f63bb commit fd407c6
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 38 deletions.
3 changes: 0 additions & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# file GENERATED by distutils, do NOT edit
INSTALL.py
LICENSE
PACMAN-UPGRADE
README
README.rst
pkgbuilder.py
Expand All @@ -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
12 changes: 0 additions & 12 deletions PACMAN-UPGRADE

This file was deleted.

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.5
pkgver=2.1.2.26
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=('81f7b73bfa1547d655c685275b0f001a')
md5sums=('548b2071ed0f22407955f0905e34d6ea')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
9 changes: 6 additions & 3 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-26
:Version: 2.1.2.5
:Date: 2012-07-14
:Version: 2.1.2.26

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand All @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added dist/pkgbuilder-2.1.2.26.tar.gz
Binary file not shown.
Binary file added dist/pkgbuilder-2.1.2.6.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-26
:Version: 2.1.2.5
:Date: 2012-07-14
:Version: 2.1.2.26

Copyright (C) 2011, Kwpolska
All rights reserved.
Expand Down
9 changes: 6 additions & 3 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-26
:Version: 2.1.2.5
:Date: 2012-07-14
:Version: 2.1.2.26

PKGBUILDer. A Python AUR helper/library.
=========================================
Expand All @@ -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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5'
release = '2.1.2.26'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pkgbuilder>`.
Reading the appendices (:doc:`README` and
:doc:`Message codes <messagecodes>`) is also a good idea.
Expand Down
4 changes: 2 additions & 2 deletions docs/messagecodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Appendix A. PKGBUILDer message numbers list
===========================================
:Info: This is an appendix to the PKGBUILDer documentation.
:Author: Kwpolska <[email protected]>
: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
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
7 changes: 5 additions & 2 deletions docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PKGBUILDer

:Author: Kwpolska <[email protected]>
: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

Expand All @@ -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
==========

Expand Down
6 changes: 3 additions & 3 deletions pkgbuilder.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit fd407c6

Please sign in to comment.