void-packages/srcpkgs/python3-txtorcon/template

22 lines
818 B
Bash

# Template file for 'python3-txtorcon'
pkgname=python3-txtorcon
version=23.11.0
revision=1
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="lsof python3-automat python3-cryptography python3-six python3-Twisted
python3-zope.interface which"
checkdepends="${depends} 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/"
changelog="https://raw.githubusercontent.com/meejah/txtorcon/main/docs/releases.rst"
distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
checksum=b8283bec83ab2de45949e154abeeb9216acd93cd60323002f340e2b783406688
make_check=ci-skip # Can not open ports in CI
post_install() {
vlicense LICENSE
}