mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-txtorcon: update to 23.11.0.
This commit is contained in:
parent
2ec04ad443
commit
84978ea24d
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-txtorcon'
|
||||
pkgname=python3-txtorcon
|
||||
version=23.5.0
|
||||
revision=2
|
||||
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-mock python3-pytest"
|
||||
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=01a98243caf49035a0e823f6633fb2c4ea9613aa123dda063845bf7ee5c920de
|
||||
checksum=b8283bec83ab2de45949e154abeeb9216acd93cd60323002f340e2b783406688
|
||||
make_check=ci-skip # Can not open ports in CI
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue