# Template file for 'python3-redis'
pkgname=python3-redis
version=8.0.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3"
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="${homepage}/archive/v${version}.tar.gz"
checksum=0f95bfbdfc409426d9e4fbb3e47da798e85673bc120cc93451bad8e252eefe26
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server

post_install() {
	vlicense LICENSE
}
