diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template new file mode 100644 index 00000000000..876d1ac97d3 --- /dev/null +++ b/srcpkgs/python3-async-timeout/template @@ -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 " +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 +}