# Maintainer: Andrey Mikhaylenko # Contributor: Fabien Devaux 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 }