New package: python3-socksio-1.0.0

This commit is contained in:
Andrew Benson 2023-09-13 08:04:37 -05:00
parent ad58234010
commit 3930f7a3e0
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]

View File

@ -0,0 +1,17 @@
# Template file for 'python3-socksio'
pkgname=python3-socksio
version=1.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
makedepends="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
}