22 lines
741 B
Bash
22 lines
741 B
Bash
# Template file for 'python3-txtorcon'
|
|
pkgname=python3-txtorcon
|
|
version=21.1.0
|
|
revision=2
|
|
wrksrc="txtorcon-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="lsof python3-automat python3-cryptography python3-six python3-Twisted
|
|
python3-zope.interface"
|
|
checkdepends="${depends} python3-mock python3-pytest"
|
|
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=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
|
|
make_check=ci-skip
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|