python3-socks: update to 2.6.1.

This commit is contained in:
Arjan Mossel 2025-01-05 14:54:32 +01:00 committed by Duncan Overbruck
parent 3cb7829795
commit eb51eec170

View file

@ -1,16 +1,19 @@
# Template file for 'python3-socks'
pkgname=python3-socks
version=2.4.3
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=2.6.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
python3-async_generator python3-sniffio python3-sortedcontainers
python3-anyio python3-outcome python3-idna"
checkdepends="python3-anyio python3-async_generator python3-attrs python3-curio
python3-Flask python3-idna python3-outcome python3-pytest-asyncio
python3-pytest-cov python3-pytest-flake8 python3-pytest-trio python3-sniffio
python3-sortedcontainers python3-tiny-proxy python3-trio python3-trustme
python3-yarl"
short_desc="Core proxy client functionality for Python"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/romis2012/python-socks"
distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
checksum=135430ae36d582dc834c983696c5f66177aa5b587407f540985d616ef2e0c701
distfiles="${PYPI_SITE}/p/python-socks/python_socks-${version}.tar.gz"
checksum=9743929aab6ffe0bab640ecfbbee7130af92408ad86e4aa2984789f742f3ec9e
make_check_pre="env SKIP_IPV6_TESTS=True"