mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-socks: update to 2.6.1.
This commit is contained in:
parent
3cb7829795
commit
eb51eec170
1 changed files with 12 additions and 9 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'python3-socks'
|
# Template file for 'python3-socks'
|
||||||
pkgname=python3-socks
|
pkgname=python3-socks
|
||||||
version=2.4.3
|
version=2.6.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
|
checkdepends="python3-anyio python3-async_generator python3-attrs python3-curio
|
||||||
python3-async_generator python3-sniffio python3-sortedcontainers
|
python3-Flask python3-idna python3-outcome python3-pytest-asyncio
|
||||||
python3-anyio python3-outcome python3-idna"
|
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"
|
short_desc="Core proxy client functionality for Python"
|
||||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/romis2012/python-socks"
|
homepage="https://github.com/romis2012/python-socks"
|
||||||
distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-socks/python_socks-${version}.tar.gz"
|
||||||
checksum=135430ae36d582dc834c983696c5f66177aa5b587407f540985d616ef2e0c701
|
checksum=9743929aab6ffe0bab640ecfbbee7130af92408ad86e4aa2984789f742f3ec9e
|
||||||
|
make_check_pre="env SKIP_IPV6_TESTS=True"
|
||||||
|
|
Loading…
Add table
Reference in a new issue