void-packages/srcpkgs/python3-aioredis/template
2021-10-09 08:01:31 -04:00

21 lines
648 B
Bash

# Template file for 'python3-aioredis'
pkgname=python3-aioredis
version=2.0.0
revision=2
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=16c351d24029deb991cf56ea9dfd8faccaeac60080149d57b5983a93145ad7cc
# checks require a locally running redis server
make_check="no"
post_install() {
vlicense LICENSE
}