1 # Maintainer: Pierre Bourdon <delroth@gmail.com>
6 pkgdesc="Java-style futures implementation in Python"
8 url="http://code.google.com/p/pythonfutures/"
11 source=(http://pypi.python.org/packages/source/f/futures/futures-$pkgver.tar.gz)
12 md5sums=('0171acd9e2486915ccbe3d0e2e92ec3f')
15 cd $srcdir/futures-$pkgver
16 python2 setup.py install --optimize=1 --root=$pkgdir