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 -}