void-packages/srcpkgs/python3-redis/template
2025-06-04 07:36:30 -04:00

20 lines
648 B
Bash

# Template file for 'python3-redis'
pkgname=python3-redis
version=6.2.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=ce5c31c67e00fb1822b3eaa97ddb17d54bf9b1e86c171b5aa9015f4b8bab4169
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server
post_install() {
vlicense LICENSE
}