diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:42:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:42:27 -0500 |
commit | 3854991366375ced472f100f2a6ace8a8da75f11 (patch) | |
tree | 037311f286f31ca30e98b5921f8de9c1edee16ba /pcr/python2-argparse/PKGBUILD | |
parent | d8794cb731e962db8ce83b24c34c039b83f2db9b (diff) | |
download | abslibre-3854991366375ced472f100f2a6ace8a8da75f11.tar.gz abslibre-3854991366375ced472f100f2a6ace8a8da75f11.tar.bz2 abslibre-3854991366375ced472f100f2a6ace8a8da75f11.zip |
python-argparse-1.3.0-2: updating version
Diffstat (limited to 'pcr/python2-argparse/PKGBUILD')
-rw-r--r-- | pcr/python2-argparse/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/python2-argparse/PKGBUILD b/pcr/python2-argparse/PKGBUILD deleted file mode 100644 index 8cecb6889..000000000 --- a/pcr/python2-argparse/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor (Arch): Lukas Linhart <bugs@almad.net> -# Contributor (Arch): Changaco <changaco ατ changaco δοτ net> -# Contributor (Arch): Nicolas Pouillard <nicolas.pouillard@gmail.com> -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> - -pkgname=python2-argparse -pkgver=1.2.1 -pkgrel=1 -pkgdesc="Command line parsing library for python" -arch=('any') -url='http://code.google.com/p/argparse/' -conflicts=('argparse') -license=('Apache') -depends=('python2') -makedepends=('setuptools') -source=("http://argparse.googlecode.com/files/argparse-$pkgver.tar.gz") - -# While python 2.7 has a builtin argparse module, -# packages built with setuptools still needs this one. - -build() { - cd ${srcdir}/argparse-$pkgver - python2 setup.py build || return 1 - python2 setup.py install --root=${pkgdir} || return 1 -} |