commit:     4bc116611193d0012bfb5a7dc3a55a935d3e87e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 15:10:04 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  9 20:33:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc11661

dev-python/py: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/py/py-1.11.0-r1.ebuild | 9 +++++++--
 1 file 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"

Reply via email to