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' # Template file for 'python3-aioredis'
pkgname=python3-aioredis pkgname=python3-aioredis
version=1.3.1 version=2.0.0
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="aioredis-py-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" 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" short_desc="Asynchronous Redis client for Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT" license="MIT"
homepage="https://github.com/aio-libs/aioredis" homepage="https://github.com/aio-libs/aioredis"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=f8feabb973e446bb1315b203469e48014e0bd15c79bb4c87036092ee2037da06 checksum=16c351d24029deb991cf56ea9dfd8faccaeac60080149d57b5983a93145ad7cc
# checks require a locally running redis server
make_check="no"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE