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