From 539faa243d39536b5ec143cc38267ac11bea4a15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 11 Oct 2022 21:57:43 -0400 Subject: [PATCH] python3-aioredis: remove package This package has been superseded by python3-redis>=4.2.0, see https://raw.githubusercontent.com/aio-libs/aioredis-py/master/README.md --- srcpkgs/python3-aioredis/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/python3-aioredis/template diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template deleted file mode 100644 index fee5bba3139..00000000000 --- a/srcpkgs/python3-aioredis/template +++ /dev/null @@ -1,20 +0,0 @@ -# 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 " -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 -}