contrib/redis-py3/Pkgfile

17 lines
561 B
Plaintext
Raw Normal View History

2020-01-03 00:17:18 +01:00
# Description: python bindings for the redis KV store
2021-02-01 11:52:06 +01:00
# URL: https://github.com/andymccurdy/redis-py
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-async-timeout python3-typing_extensions python3-wheel python3-deprecated
2020-01-03 00:17:18 +01:00
name=redis-py3
version=4.3.4
2020-01-03 00:17:18 +01:00
release=1
source=(https://github.com/redis/redis-py/archive/v$version/$name-$version.tar.gz)
2020-01-03 00:17:18 +01:00
build() {
cd redis-py-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
2020-01-03 00:17:18 +01:00
}