summaryrefslogtreecommitdiff
path: root/~xihh/python2-argh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~xihh/python2-argh/PKGBUILD')
-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
+}