mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
20 lines
648 B
Bash
20 lines
648 B
Bash
# Template file for 'python3-redis'
|
|
pkgname=python3-redis
|
|
version=6.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=5ebdb60dc099960106d40e132d4a5d3454eae2ad318bacc4f0c2b6739589548a
|
|
replaces="python3-aioredis<=2.0.1_1"
|
|
make_check=no # tests require a running redis server
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|