summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-15 07:57:59 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-15 08:07:43 +0200
commitb7f037c1fd25de8d660d3942e4bca69948bd9a47 (patch)
treea76a11d332029da99460f42ef5664946774c6409
parentdev-python/pytest-trio: Enable py3.11 (diff)
downloadgentoo-b7f037c1fd25de8d660d3942e4bca69948bd9a47.tar.gz
gentoo-b7f037c1fd25de8d660d3942e4bca69948bd9a47.tar.bz2
gentoo-b7f037c1fd25de8d660d3942e4bca69948bd9a47.zip
dev-python/socksio: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/socksio/socksio-1.0.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/socksio/socksio-1.0.0.ebuild b/dev-python/socksio/socksio-1.0.0.ebuild
index 804dbb675a42..4689d421843f 100644
--- a/dev-python/socksio/socksio-1.0.0.ebuild
+++ b/dev-python/socksio/socksio-1.0.0.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5"
-HOMEPAGE="https://pypi.org/project/socksio/ https://github.com/sethmlarson/socksio"
+HOMEPAGE="
+ https://github.com/sethmlarson/socksio/
+ https://pypi.org/project/socksio/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"