vp-build/srcpkgs/python3-async-timeout/template

18 lines
574 B
Bash
Raw Normal View History

2017-01-21 06:50:55 +01:00
# 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
}