contrib/redis-py/Pkgfile
2019-04-10 01:47:17 +02:00

17 lines
419 B
Plaintext

# Description: python bindings for the redis KV store
# URL: https://github.com/andymccurdy/redis-py
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python-setuptools
name=redis-py
version=3.2.1
release=1
source=(https://github.com/andymccurdy/redis-py/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
}