diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-09 17:10:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:33:59 +0200 |
commit | 4bc116611193d0012bfb5a7dc3a55a935d3e87e0 (patch) | |
tree | bf47b1ed31822b00a2d5c3b2265365bd1e321932 /dev-python/py | |
parent | dev-python/iniconfig: Enable py3.11 (diff) | |
download | gentoo-4bc116611193d0012bfb5a7dc3a55a935d3e87e0.tar.gz gentoo-4bc116611193d0012bfb5a7dc3a55a935d3e87e0.tar.bz2 gentoo-4bc116611193d0012bfb5a7dc3a55a935d3e87e0.zip |
dev-python/py: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py')
-rw-r--r-- | dev-python/py/py-1.11.0-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/py/py-1.11.0-r1.ebuild b/dev-python/py/py-1.11.0-r1.ebuild index 0bafd545fb77..204af38c1ce0 100644 --- a/dev-python/py/py-1.11.0-r1.ebuild +++ b/dev-python/py/py-1.11.0-r1.ebuild @@ -4,11 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities" -HOMEPAGE="https://py.readthedocs.io/ https://pypi.org/project/py/" +HOMEPAGE=" + https://py.readthedocs.io/ + https://github.com/pytest-dev/py/ + https://pypi.org/project/py/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |