-
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.
Signed-off-by: Kwpolska <[email protected]>
- Loading branch information
Showing
21 changed files
with
32 additions
and
180 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 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.1 | ||
pkgver=2.1.1.1 | ||
pkgrel=1 | ||
pkgdesc="A basic Python AUR helper/library." | ||
arch=('any') | ||
|
@@ -9,7 +9,7 @@ license=('BSD') | |
depends=('python' 'pyalpm' 'python-pyparsing') | ||
options=(!emptydirs) | ||
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz") | ||
md5sums=('ccc0ffdd929b05ed7cc689d16ec06b04') | ||
md5sums=('3eebaf12ba5fba95e2d31397dffd2b0f') | ||
|
||
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
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-09-22 | ||
:Version: 2.1.0.2 | ||
:Date: 2011-09-23 | ||
:Version: 2.1.1.1 | ||
|
||
PKGBUILDer. A Python AUR helper/library. | ||
========================================= | ||
|
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../README.rst |
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 B. PKGBUILDer error messages list | |
========================================== | ||
:Info: This is an appendix to the PKGBUILDer documentation. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2011-09-22 | ||
:Version: 2.1.1 | ||
:Date: 2011-09-23 | ||
:Version: 2.1.1.1 | ||
|
||
In order to help debugging, error messages are numbered. | ||
Each error message number has four digits: the first one is the | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ README for PKGBUILDer | |
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2011-09-22 | ||
:Version: 2.1.1 | ||
:Version: 2.1.0.2 | ||
|
||
PKGBUILDer. A Python AUR helper/library. | ||
========================================= | ||
|
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ a Python AUR helper/library | |
|
||
:Author: Kwpolska <[email protected]> | ||
:Copyright: This document has been placed in the public domain. | ||
:Date: 2011-09-22 | ||
:Version: 2.1.1 | ||
:Date: 2011-09-23 | ||
:Version: 2.1.1.1 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/python3.2 | ||
#!/usr/bin/env python3 | ||
"""Run PKGBUILDer.""" | ||
import pkgbuilder | ||
pkgbuilder.main_routine() |
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.1', | ||
version='2.1.1.1', | ||
description='An AUR helper (and library) in python3', | ||
author='Kwpolska', | ||
author_email='[email protected]', | ||
|
@@ -25,7 +25,7 @@ | |
], | ||
py_modules=['pkgbuilder'], | ||
scripts=['scripts/pkgbuilder'], | ||
data_files=[#('bin', ['bin/pkgbuilder']), | ||
data_files=[ | ||
('share/man/man8', ['docs/pkgbuilder.8.gz']) | ||
] | ||
) |