-
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
20 changed files
with
197 additions
and
207 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Maintainer: Kwpolska <[email protected]> | ||
pkgname=pkgbuilder | ||
pkgver=2.1.2.32 | ||
pkgver=2.1.2.33 | ||
pkgrel=1 | ||
pkgdesc="A basic Python AUR helper/library." | ||
pkgdesc='A basic Python AUR helper/library.' | ||
arch=('any') | ||
url="https://github.com/Kwpolska/pkgbuilder" | ||
url='https://github.com/Kwpolska/pkgbuilder' | ||
license=('BSD') | ||
depends=('python' 'pyalpm>=0.5.1-1' 'python-pyparsing' 'python-requests') | ||
options=(!emptydirs) | ||
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz") | ||
md5sums=('bae9a1d745566ebf861ef5a7e2b2749f') | ||
source=('http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz') | ||
md5sums=('11fbf28053ffd992add0250787581058') | ||
|
||
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ README for PKGBUILDer | |
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Appendix C. Changelog | |
:Info: This is a partial changelog for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
|
||
Versioning scheme | ||
================= | ||
|
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 @@ Appendix B. License for PKGBUILDer | |
:Info: This is an appendix to the PKGBUILDer documentation. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
|
||
Copyright (C) 2011-2012, 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ README for PKGBUILDer | |
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
|
||
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 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 @@ Appendix A. PKGBUILDer message numbers list | |
:Info: This is an appendix to the PKGBUILDer documentation. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
|
||
In order to help debugging, messages are numbered. | ||
Each message number has four digits: the first one is the | ||
|
@@ -18,7 +18,7 @@ Categories | |
3. Build class | ||
1. download, extract | ||
2. depcheck, predepcheck | ||
3. makepkg | ||
3. makepkg (defunct) | ||
4. auto_build, validation | ||
4. Update class | ||
5. __main__ functionality (when run as an AUR helper) | ||
|
@@ -45,17 +45,21 @@ INF# Component Message | |
======== =============== ========================================= | ||
|
||
.. [3450] occurs, when PKGBUILDer finds out that the package that | ||
was meant to be bulit is correctly installed. | ||
was meant to be bulit is correctly installed.i | ||
Warnings | ||
======== | ||
|
||
======== =============== ========================================= | ||
WRN# Component Message | ||
======== =============== ========================================= | ||
0 none Nothing there yet. | ||
[3401]_ auto_build AUR dependency required | ||
======== =============== ========================================= | ||
|
||
.. [3401] occurs, when the $depends or $makedepends array of the | ||
PKGBUILD request a package, which exists in the AUR. It is plain | ||
informational. Right after displaying this message, the script will | ||
automatically build the required packages. | ||
Errors | ||
====== | ||
|
@@ -70,8 +74,7 @@ ERR# Component Message | |
[3151]_ extract 0 files extracted | ||
[3201]_ depcheck cannot find the requested dependency | ||
[3202]_ depcheck UnicodeDecodeError while reading file | ||
[3301]_ makepkg returned 1 | ||
[3401]_ auto_build AUR dependency required | ||
[3402]_ auto_build Something went wrong. | ||
[3451]_ validation not installed | ||
[3452]_ validation outdated | ||
[5001]_ `__main__` Aborted by user! Exiting… | ||
|
@@ -109,13 +112,8 @@ Explainations: | |
20` PKGBUILDer’s error message is also valid and will help the | ||
maintainer. | ||
.. [3301] occurs, when makepkg exits with the return code 1. It means | ||
that something bad happened. Refer to makepkg’s output for more info. | ||
.. [3401] occurs, when the $depends or $makedepends array of the | ||
PKGBUILD request a package, which exists in the AUR. It is plain | ||
informational. Right after displaying this message, the script will | ||
automatically build the required packages. | ||
.. [3402] (formerly 3301) occurs, when something bad happens while building. | ||
Refer to the output for more info. | ||
.. [3451] occurs, when PKGBUILDer finds out that the package is not | ||
installed on your system. It means that the package that was bulit | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ PKGBUILDer | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: See Appendix B. | ||
:Date: #{date} | ||
:Version: 2.1.2.32 | ||
:Version: 2.1.2.33 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
||
|
Binary file not shown.
Oops, something went wrong.