New package: python3-txtorcon-19.0.0

This commit is contained in:
travankor 2019-08-29 22:16:04 -07:00 committed by Piotr
parent 197a7fa478
commit aad99dba20

View file

@ -0,0 +1,20 @@
# Template file for 'python3-txtorcon'
pkgname=python3-txtorcon
version=19.0.0
revision=1
archs=noarch
wrksrc="txtorcon-${version}"
build_style=python3-module
pycompile_module="twisted txtorcon"
hostmakedepends="python3 python3-setuptools"
depends="python3-automat python3-Twisted"
short_desc="Twisted-based asynchronous Tor control protocol implementation"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://txtorcon.readthedocs.io/en/latest/"
distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
post-install() {
vlicense LICENSE
}