1 # Contributor: Lukas Linhart <bugs@almad.net>
2 # Contributor: Changaco <changaco ατ changaco δοτ net>
4 pkgname=python3-argparse
7 pkgdesc="Command line parsing library for python3 (using 2to3)"
9 url='http://code.google.com/p/argparse/'
11 depends=('python>=3.0' 'python<3.2')
12 source=("http://argparse.googlecode.com/files/argparse-$pkgver.zip")
13 md5sums=('e62565cde81a8deb61f90dcb5e8861a4')
16 cd ${srcdir}/argparse-$pkgver
18 python setup.py build || return 1
19 python setup.py install --root=${pkgdir} || return 1