void-packages/srcpkgs/python3-redis/template
2024-06-17 10:05:42 -04:00

20 lines
695 B
Bash

# Template file for 'python3-redis'
pkgname=python3-redis
version=5.0.6
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 <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/redis/redis-py"
changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES"
distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
checksum=38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server
post_install() {
vlicense LICENSE
}