python3-txtorcon: update to 21.1.0.

This commit is contained in:
travankor 2021-08-21 20:18:42 -07:00 committed by Michal Vasilek
parent 56fe2bfeaa
commit d2b3bf0340

View file

@ -1,17 +1,20 @@
# Template file for 'python3-txtorcon' # Template file for 'python3-txtorcon'
pkgname=python3-txtorcon pkgname=python3-txtorcon
version=20.0.0 version=21.1.0
revision=2 revision=1
wrksrc="txtorcon-${version}" wrksrc="txtorcon-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools" hostmakedepends="python3 python3-setuptools"
depends="python3-automat python3-Twisted" 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" short_desc="Twisted-based asynchronous Tor control protocol implementation"
maintainer="travankor <travankor@tuta.io>" maintainer="travankor <travankor@tuta.io>"
license="MIT" license="MIT"
homepage="https://txtorcon.readthedocs.io/en/latest/" homepage="https://txtorcon.readthedocs.io/en/latest/"
distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz" distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
checksum=8b5f5587ab03bb965c4d162b8ef86c6853c06041b200f2f8a2272caa4bd7cac4 checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
make_check=ci-skip
post-install() { post-install() {
vlicense LICENSE vlicense LICENSE