21 lines
761 B
Bash
21 lines
761 B
Bash
# Template file for 'python3-socks'
|
|
pkgname=python3-socks
|
|
version=1.2.0
|
|
revision=1
|
|
wrksrc="python-socks-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=3054a8afa984a35144198e00fed1144eeae3287cc231ac7db3908d32ab642cd4
|