17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'python3-socksio'
|
|
pkgname=python3-socksio
|
|
version=1.0.0
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core python3-flit_core"
|
|
short_desc="Sans-I/O implementation of SOCKS4/5"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://pypi.org/project/socksio/"
|
|
distfiles="${PYPI_SITE}/s/socksio/socksio-${version}.tar.gz"
|
|
checksum=f88beb3da5b5c38b9890469de67d0cb0f9d494b78b106ca1845f96c10b91c4ac
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|