New package: python3-aioredis-1.3.1

This commit is contained in:
Andrew J. Hesford 2020-05-23 23:18:26 -04:00 committed by Piraty
parent c09f8b9da3
commit ec247b2aa4

View file

@ -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 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=f8feabb973e446bb1315b203469e48014e0bd15c79bb4c87036092ee2037da06
post_install() {
vlicense LICENSE
}