New package: python3-async-timeout

This commit is contained in:
Michael Aldridge 2017-01-20 23:50:55 -06:00
parent 5587269786
commit 4947c8a3e1
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'python3-async-timeout'
pkgname=python3-async-timeout
version=1.1.0
revision=1
wrksrc=async-timeout-${version}
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
short_desc="Timeout class compatible with asyncio"
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="Apache-2"
homepage="https://github.com/aio-libs/async-timeout"
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
checksum=44a72eaedb82e53786d2b2590499b5e86a97805557361f51d467c283dc79b328
post_install() {
vlicense LICENSE
}