contrib/redis-py/Pkgfile
2018-09-08 23:51:07 +02:00

17 lines
396 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
name=redis-py
version=2.10.6
release=1
source=(https://github.com/andymccurdy/redis-py/archive/${version}.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --prefix=/usr --root=$PKG
}