void-packages/srcpkgs/python3-txaio/template
2020-10-10 10:21:29 -04:00

18 lines
556 B
Bash

# Template file for 'python3-txaio'
pkgname=python3-txaio
version=20.4.1
revision=2
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=85eb85196c4b566c1b3ada3a1ce06728f0387bb054514d629d3156558a910f21
post-install() {
vlicense LICENSE
}