void-packages/srcpkgs/python3-aioredis/template
2020-05-31 19:40:25 +02:00

20 lines
573 B
Bash

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