2020-01-03 00:17:18 +01:00
|
|
|
# Description: python bindings for the redis KV store
|
|
|
|
# URL: https://github.com/andymccurdy/redis-py
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2020-01-20 17:24:43 +01:00
|
|
|
# Depends on: python3-setuptools
|
2020-01-03 00:17:18 +01:00
|
|
|
|
|
|
|
name=redis-py3
|
2020-06-17 22:31:05 +02:00
|
|
|
version=3.5.3
|
2020-01-03 00:17:18 +01:00
|
|
|
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
|
|
|
|
}
|