# Template file for 'python3-aioredis' pkgname=python3-aioredis version=1.3.1 revision=2 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 " license="MIT" homepage="https://github.com/aio-libs/aioredis" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=f8feabb973e446bb1315b203469e48014e0bd15c79bb4c87036092ee2037da06 post_install() { vlicense LICENSE }