1 # Maintainer: Antoine Pierlot-Garcin <antoine at bokbox dot com>
5 pkgdesc="Easy to use concurrency abstractions for Python using the actor model"
7 url="http://jodal.github.com/pykka/"
11 optdepends=('python2-gevent: Use gevent based actors from pykka.gevent')
12 provides=('python2-pykka')
13 conflicts=('python2-pykka-git')
14 source=("http://pypi.python.org/packages/source/P/Pykka/Pykka-$pkgver.tar.gz")
15 md5sums=('ddcf378845dc6fc1f29c3d72e9659a66')
18 cd "$srcdir/Pykka-$pkgver"
19 python2 setup.py install --prefix=/usr --root="$pkgdir"/ --optimize=1
20 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"