-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.1.2.26: final release of PKGBUILDer; PATCHES WELCOME
Signed-off-by: Kwpolska <[email protected]>
- Loading branch information
Showing
18 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
@@ -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}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
========================================= | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
========================================= | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|