20 lines
860 B
Bash
20 lines
860 B
Bash
# Template file for 'python3-socks'
|
|
pkgname=python3-socks
|
|
version=2.6.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
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=9743929aab6ffe0bab640ecfbbee7130af92408ad86e4aa2984789f742f3ec9e
|
|
make_check_pre="env SKIP_IPV6_TESTS=True"
|