21 lines
648 B
Bash
21 lines
648 B
Bash
# Template file for 'python3-aioredis'
|
|
pkgname=python3-aioredis
|
|
version=2.0.1
|
|
revision=1
|
|
wrksrc="aioredis-py-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-async-timeout python3-typing_extensions python3-hiredis"
|
|
short_desc="Asynchronous Redis client for Python"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/aio-libs/aioredis"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ee647e340c5436f2e5a07f2369fdb164abc2714c7ab3561c544015d974021b57
|
|
# checks require a locally running redis server
|
|
make_check="no"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|