aboutsummaryrefslogtreecommitdiffhomepage
path: root/srcpkgs/python3-redis/template
blob: 8fd03f1fbad673354a72a168b37040e8ba2a34a5 (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.2.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=00e2dceb9c6dda179dcbe90b219d2f81faa676a4fa364835334cc83090624764
replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server

post_install() {
	vlicense LICENSE
}