New package: python3-socks-1.2.0
This commit is contained in:
parent
08fac09fbc
commit
f6bd2edf67
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-socks/template
Normal file
20
srcpkgs/python3-socks/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
Loading…
Reference in a new issue