contrib/redis-py3/Pkgfile
2020-01-03 00:17:18 +01:00

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