python3-aioredis: update to 2.0.0.

This commit is contained in:
Andrew J. Hesford 2021-07-31 17:39:09 -04:00
parent 22a81b82ac
commit c0c339b874

View file

@ -1,17 +1,19 @@
# Template file for 'python3-aioredis'
pkgname=python3-aioredis
version=1.3.1
revision=2
wrksrc="${pkgname#*-}-${version}"
version=2.0.0
revision=1
wrksrc="aioredis-py-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-async-timeout python3-hiredis"
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=f8feabb973e446bb1315b203469e48014e0bd15c79bb4c87036092ee2037da06
checksum=16c351d24029deb991cf56ea9dfd8faccaeac60080149d57b5983a93145ad7cc
# checks require a locally running redis server
make_check="no"
post_install() {
vlicense LICENSE