Files
horizon-packages/srcpkgs/python3-redis/template
T

21 lines
648 B
Bash

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