22 lines
779 B
Bash
22 lines
779 B
Bash
# Template file for 'python3-socks'
|
|
pkgname=python3-socks
|
|
version=1.2.4
|
|
revision=3
|
|
wrksrc="python-socks-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
|
|
python3-async_generator python3-sniffio python3-sortedcontainers
|
|
python3-outcome python3-idna"
|
|
# Optional dependencies:
|
|
# async-timeout >= 3.0.1
|
|
# trio >= 0.16.0
|
|
# curio >= 1.4
|
|
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=7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8
|