-
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: Chris “Kwpolska” Warrick <[email protected]>
- Loading branch information
Showing
44 changed files
with
747 additions
and
220 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,29 +1,29 @@ | ||
#!/bin/bash | ||
# Human-friendly project name. | ||
PROJECT="Python Project Template" | ||
PROJECT="PKGBUILDer" | ||
# Computer-friendly project name, [a-z0-9_\-] | ||
PROJECTLC="tEmplate" | ||
PROJECTLC="pkgbuilder" | ||
|
||
# Git repository name. Using $PROJECTLC is recommended. | ||
GITREPO=$PROJECTLC | ||
GITREPO="$PROJECTLC" | ||
|
||
# Locale type. One of: | ||
# none Do not generate nor use any locales. | ||
# gettext Use GNU gettext (gettext module). | ||
# pyqt4 Use the Qt locale tools (stock Qt + PyQt4). | ||
# pyside Use the Qt locale tools (stock Qt + PySide). | ||
LOCALETYPE="none" | ||
LOCALETYPE="gettext" | ||
|
||
# Python versions supported. | ||
PYTHON2=1 | ||
PYTHON2=0 | ||
PYTHON3=1 | ||
|
||
# AUR packages creation mode. One of: | ||
# none Do not create nor upload AUR packages. | ||
# python Create python{,2}-$PROJECTLC{,-git} packages (4 in total) | ||
# app Create $AURNAME{,-git} packages with Python 3 | ||
AURMODE="python" | ||
AURMODE="app" | ||
|
||
# AUR package name. Defaults to $PROJECTLC. Ignored by `python`. | ||
# WARNING: you still need to edit the PKGBUILDs. | ||
AURNAME=$PROJECTLC | ||
AURNAME="$PROJECTLC" |
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2013, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -50,6 +50,102 @@ Version History | |
Generation 3 | ||
------------ | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.5 | ||
Added Vietnamese. | ||
|
||
|
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 @@ Appendix A. Contribution rules | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2013, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. index:: contributing | ||
|
||
|
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,7 +1,7 @@ | ||
# Maintainer: Kwpolska <[email protected]> | ||
pkgname=pkgbuilder | ||
_pyname=pkgbuilder | ||
pkgver=3.1.5 | ||
pkgver=3.1.6 | ||
pkgrel=1 | ||
pkgdesc='A Python AUR helper/library.' | ||
arch=('any') | ||
|
@@ -10,7 +10,7 @@ license=('BSD') | |
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') | ||
options=(!emptydirs) | ||
source=("http://pypi.python.org/packages/source/$(echo ${_pyname} | cut -c1)/${_pyname}/${_pyname}-${pkgver}.tar.gz") | ||
md5sums=('94534a83748bdf8982a177bf27150f04') | ||
md5sums=('a2dbf9f26672d3730f3103fbbb6cd956') | ||
|
||
package() { | ||
cd "${srcdir}/${_pyname}-${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 @@ PKGBUILDer. An AUR helper (and library) in Python 3. | |
===================================================== | ||
:Info: This is the README file for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. 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: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. 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 |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2013, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -50,6 +50,102 @@ Version History | |
Generation 3 | ||
------------ | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
Added --userfetch. | ||
|
||
3.1.6 | ||
|
||
|
||
3.1.5 | ||
Added Vietnamese. | ||
|
||
|
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 @@ Appendix A. Contribution rules | |
:Author: Kwpolska <[email protected]> | ||
:Copyright: © 2011-2013, Kwpolska. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. index:: contributing | ||
|
||
|
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 the license for PKGBUILDer. | ||
:Author: Kwpolska <[email protected]> | ||
:Date: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. 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: 2013-07-14 | ||
:Version: 3.1.5 | ||
:Date: 2013-08-23 | ||
:Version: 3.1.6 | ||
|
||
.. 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
Oops, something went wrong.