From 72625ae82c35f226230daa98be713dbe4b40cfd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 May 2020 23:18:26 -0400 Subject: [PATCH] New package: python3-aioredis-1.3.1 --- srcpkgs/python3-aioredis/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-aioredis/template diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template new file mode 100644 index 00000000000..807012604bd --- /dev/null +++ b/srcpkgs/python3-aioredis/template @@ -0,0 +1,19 @@ +# Template file for 'python3-aioredis' +pkgname=python3-aioredis +version=1.3.1 +revision=1 +archs=noarch +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-async-timeout" +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 + +post_install() { + vlicense LICENSE +}