diff options
author | 2022-06-12 20:08:21 +0200 | |
---|---|---|
committer | 2022-06-12 20:27:56 +0200 | |
commit | de108cc6f4c08b4801a4ca52fcaf383b2a7f96f2 (patch) | |
tree | a34c92918dc3ffa51e3829cbc551daedfb2889c3 /dev-python/ipy | |
parent | dev-python/indexed_gzip: Enable py3.11 (diff) | |
download | gentoo-de108cc6f4c08b4801a4ca52fcaf383b2a7f96f2.tar.gz gentoo-de108cc6f4c08b4801a4ca52fcaf383b2a7f96f2.tar.bz2 gentoo-de108cc6f4c08b4801a4ca52fcaf383b2a7f96f2.zip |
dev-python/ipy: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipy')
-rw-r--r-- | dev-python/ipy/ipy-1.01-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/ipy/ipy-1.01-r1.ebuild b/dev-python/ipy/ipy-1.01-r1.ebuild index af1a4e860184..c22c927a15dc 100644 --- a/dev-python/ipy/ipy-1.01-r1.ebuild +++ b/dev-python/ipy/ipy-1.01-r1.ebuild @@ -4,14 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 MY_PN="IPy" MY_P="${MY_PN}-${PV}" DESCRIPTION="Class and tools for handling of IPv4 and IPv6 addresses and networks" -HOMEPAGE="https://github.com/autocracy/python-ipy/wiki https://pypi.org/project/IPy/" +HOMEPAGE=" + https://github.com/autocracy/python-ipy/ + https://pypi.org/project/IPy/ +" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" |