aboutsummaryrefslogtreecommitdiffhomepage
path: root/srcpkgs/python3-redis/template
blob: bc499b6e6051eab1a52e2fd31c376ee0ade1406d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'python3-redis'
pkgname=python3-redis
version=7.3.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=36ba3135eb2bcf6fdebccecb2614507a687ab9ec2fc507fdcd87c822616a28c1
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server

post_install() {
	vlicense LICENSE
}