From c0c339b87400354c7739e64b5b8dbdd8cbbe908c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 31 Jul 2021 17:39:09 -0400 Subject: [PATCH] python3-aioredis: update to 2.0.0. --- srcpkgs/python3-aioredis/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template index 90337771ace..ff8b0aa36fb 100644 --- a/srcpkgs/python3-aioredis/template +++ b/srcpkgs/python3-aioredis/template @@ -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 " 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