# Template file for 'python3-redis' pkgname=python3-redis version=5.2.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-async-timeout python3-packaging" short_desc="Python3 client for Redis key-value store" maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/redis/redis-py" changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=fdb92ef773faac88c2bf80c47ecddbbdf93bae93363b4e6f9418b5686260420b replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server post_install() { vlicense LICENSE }