-
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.
Also, got some other refinements done. Note to self: correct pep8 errors for the next release. Signed-off-by: Kwpolska <[email protected]>
- Loading branch information
Showing
38 changed files
with
597 additions
and
295 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,6 +1,6 @@ | ||
# Maintainer: Kwpolska <[email protected]> | ||
pkgname=pkgbuilder | ||
pkgver=2.1.3.7 | ||
pkgver=2.1.4.0 | ||
pkgrel=1 | ||
pkgdesc='A Python AUR helper/library.' | ||
arch=('any') | ||
|
@@ -9,7 +9,7 @@ license=('BSD') | |
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests') | ||
options=(!emptydirs) | ||
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz") | ||
md5sums=('1f6613ea44e5186610a5245e7e16a20a') | ||
md5sums=('aa83d7b4f16adf2c8d64ad744f5d2590') | ||
|
||
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 @@ PKGBUILDer. An AUR helper (and library) in Python 3. | |
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index: README | ||
|
||
|
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 @@ PKGBUILDer. An AUR helper (and library) in Python 3. | |
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index: README | ||
|
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 C. Changelog | |
===================== | ||
:Info: This is a partial changelog for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
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: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index:: LICENSE | ||
|
||
|
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 @@ PKGBUILDer. An AUR helper (and library) in Python 3. | |
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index: README | ||
|
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
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 codes list | |
========================================= | ||
:Info: This is an appendix to the PKGBUILDer documentation. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
|
||
.. index:: Message Codes | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
========= | ||
PBWrapper | ||
========= | ||
|
||
:Author: Kwpolska <[email protected]> | ||
:Copyright: See Appendix B. | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
:Wrapper Version: 0.1.0 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
||
SYNOPSIS | ||
======== | ||
|
||
*pb* <operation> [options] [targets] | ||
|
||
DESCRIPTION | ||
=========== | ||
|
||
*PBWrapper* (also known as just *pb*) is a wrapper for pacman and | ||
PKGBUILDer, i.e. an application which handles checking if a package is | ||
in the official repos or in the AUR and installs them according to that | ||
information. | ||
|
||
It is a part of PKGBUILDer and is included since version 2.1.4.0 of | ||
PKGBUILDer. | ||
|
||
OPERATIONS AND OPTIONS | ||
====================== | ||
|
||
All operations and options from pacman and PKGBUILDer work. Operations | ||
other than **-S, --sync** are passed as-is to pacman. The **-S, | ||
--sync** switch activates a check for other parameters. If one of | ||
**-syu** (**--search --refresh --sysupgrade**) is present, the requests | ||
are passed to pacman and PKGBUILDer, in that order, with arguments that | ||
apply to the manager and nothing else. If any other operations are | ||
present (including **-i, --info**), the **targets** provided are checked | ||
for presence in the AUR. If a package is in the AUR, it is addded to | ||
the queue that will be passed to PKGBUILDer, otherwise it is added to a | ||
pacman queue. Please note that brand new options will not work until | ||
the next PKGBUILDer/PBWrapper release. | ||
|
||
The **--debug** option enables additional debug information from | ||
PBWrapper. | ||
|
||
EXAMPLES | ||
======== | ||
|
||
pb -S python trashman | ||
Installs the Python interpreter from the repos (which is already on | ||
your system, especially if you have installed PKGBUILDer/PBWrapper) | ||
and Trashman from the AUR. | ||
|
||
pb -Si python trashman | ||
Shows information for the python and trashman packages. | ||
|
||
pb -Syu | ||
Checks for repo and AUR updates (in that order) and offers | ||
installing them. | ||
|
||
(Trashman is an XDG trash manager by Kwpolska. Python is the awesome | ||
language both Trashman and PKGBUILDer/PBWrapper are written in.) | ||
|
||
SEE ALSO | ||
======== | ||
**pacman(8)**, **pkgbuilder(8)**, **makepkg(8)**, **PKGBUILD(5)** | ||
|
||
You can visit the git repo at <https://github.com/Kwpolska/pkgbuilder> | ||
for more info. | ||
|
||
BUGS | ||
==== | ||
Bugs should be reported at the GitHub page | ||
(<https://github.com/Kwpolska/pkgbuilder/issues>), with the PBWrapper | ||
label. You can also send mail to <[email protected]>. |
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.
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,15 +4,15 @@ PKGBUILDer | |
|
||
:Author: Kwpolska <[email protected]> | ||
:Copyright: See Appendix B. | ||
:Date: 2012-08-26 | ||
:Version: 2.1.3.7 | ||
:Date: 2012-09-04 | ||
:Version: 2.1.4.0 | ||
:Manual section: 8 | ||
:Manual group: PKGBUILDer manual | ||
|
||
SYNOPSIS | ||
======== | ||
|
||
*pkgbuilder* [-hVcdvwSy] [-p PROTOCOL] [-isu] [PACKAGE [PACKAGE ...]] | ||
*pkgbuilder* [-hVcdvwSy] [-P PROTOCOL] [-isu] [PACKAGE [PACKAGE ...]] | ||
|
||
DESCRIPTION | ||
=========== | ||
|
@@ -63,7 +63,7 @@ OPTIONS | |
**-w, --buildonly** | ||
Skips package installation after building. | ||
|
||
**-p PROTOCOL, --protocol PROTOCOL** | ||
**-P PROTOCOL, --protocol PROTOCOL** | ||
Chooses the protocol, http by default. | ||
|
||
**-S, --sync** | ||
|
@@ -87,10 +87,13 @@ pkgbuilder -S trashman | |
pkgbuilder -Syu | ||
Checks for updates and offers installing them. | ||
|
||
(Trashman is an XDG trash manager by Kwpolska.) | ||
(Trashman is an XDG trash manager by Kwpolska, which you should install.) | ||
|
||
SEE ALSO | ||
======== | ||
**pb(8)**, a wrapper for pacman and PKGBUILDer, included with PKGBUILDer, also | ||
known as PBWrapper. | ||
|
||
**pacman(8)**, **makepkg(8)**, **PKGBUILD(5)** | ||
|
||
You can visit the git repo at <https://github.com/Kwpolska/pkgbuilder> | ||
|
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
Binary file not shown.
Oops, something went wrong.