contrib/redis-py3/Pkgfile

15 lines
424 B
Plaintext
Raw Normal View History

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-01 13:58:24 +02:00
version=3.5.2
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
}