void-packages/srcpkgs/python3-txaio/template
2020-01-23 10:31:45 +01:00

18 lines
569 B
Bash

# Template file for 'python3-txaio'
pkgname=python3-txaio
version=20.1.1
revision=1
archs=noarch
wrksrc="txaio-${version}"
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/crossbario/txaio"
distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
checksum=49ad9c2efa6a5404d290dc4d28e15651a52c697a374d217bafaef6421c5a1433
post-install() {
vlicense LICENSE
}