1 # Maintainer: Karol 'Kenji Takahashi' Wozniak <wozniakk@gmail.com>
2 # Contributor: Thomas S Hatch <thatch45@gmail.com>
7 pkgdesc="The Python interface to the Redis key-value store."
9 url="http://github.com/andymccurdy/redis-py"
11 depends=('python2' 'redis')
12 source=("https://github.com/downloads/andymccurdy/redis-py/redis-$pkgver.tar.gz")
13 md5sums=('3fac7ed77662e7709a70186725ef26d2')
16 cd "$srcdir/redis-$pkgver"
17 python2 setup.py build install --root="$pkgdir" --optimize=1
20 # vim:set ts=4 sw=4 et: