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
This commit is contained in:
Andrew J. Hesford 2022-10-11 21:57:43 -04:00 committed by Andrew J. Hesford
parent ff97beab72
commit 539faa243d

View File

@ -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 <ajh@sideband.org>"
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
}