summaryrefslogtreecommitdiff
path: root/~xihh
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:10:31 -0500
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:10:31 -0500
commit513f11bb11ca613655dd4dbad97a1523a96dbd22 (patch)
tree14c54112ad30d9ea4b5ea4685a245033ff762729 /~xihh
parent09d493075e5ad7f01e52dec43c95e8920e0d12c1 (diff)
Commiting libre package python2-argh-0.15.1-1
Diffstat (limited to '~xihh')
-rw-r--r--~xihh/python2-argh/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/~xihh/python2-argh/PKGBUILD b/~xihh/python2-argh/PKGBUILD
new file mode 100644
index 000000000..7805d47be
--- /dev/null
+++ b/~xihh/python2-argh/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Andrey Mikhaylenko <neithere at gmail dot com>
+# Contributor: Fabien Devaux <fdev31 at gmail dot com>
+pkgname=python2-argh
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="A simple argparse wrapper"
+arch=('any')
+url="http://bitbucket.org/neithere/argh/"
+license=('LGPL3')
+depends=('python2')
+makedepends=('python2-distribute')
+conflicts=()
+replaces=()
+backup=()
+options=(!emptydirs)
+install=
+source=(http://pypi.python.org/packages/source/a/argh/argh-${pkgver}.tar.gz)
+md5sums=('64d92b85819df18b817f7e076bd4ed3b')
+
+package() {
+ cd "${srcdir}/argh-${pkgver}"
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+}