From 197a7fa478e37f1adf0a5691ddf558de780a5949 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 29 Aug 2019 22:15:59 -0700 Subject: [PATCH] New package: python3-txaio-18.8.1 --- srcpkgs/python3-txaio/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-txaio/template diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template new file mode 100644 index 00000000000..fa13338cd30 --- /dev/null +++ b/srcpkgs/python3-txaio/template @@ -0,0 +1,19 @@ +# Template file for 'python3-txaio' +pkgname=python3-txaio +version=18.8.1 +revision=1 +archs=noarch +wrksrc="txaio-${version}" +build_style=python3-module +pycompile_module="txaio" +hostmakedepends="python3 python3-setuptools" +short_desc="Utilities to support code that runs unmodified on Twisted and asyncio" +maintainer="travankor " +license="MIT" +homepage="https://github.com/crossbario/txaio" +distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz" +checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97 + +post-install() { + vlicense LICENSE +}