Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/
Date: Mon, 09 May 2022 20:38:51
Message-Id: 1652128439.4bc116611193d0012bfb5a7dc3a55a935d3e87e0.mgorny@gentoo
1 commit: 4bc116611193d0012bfb5a7dc3a55a935d3e87e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 15:10:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:33:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc11661
7
8 dev-python/py: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/py/py-1.11.0-r1.ebuild | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/py/py-1.11.0-r1.ebuild b/dev-python/py/py-1.11.0-r1.ebuild
16 index 0bafd545fb77..204af38c1ce0 100644
17 --- a/dev-python/py/py-1.11.0-r1.ebuild
18 +++ b/dev-python/py/py-1.11.0-r1.ebuild
19 @@ -4,11 +4,16 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
29 -HOMEPAGE="https://py.readthedocs.io/ https://pypi.org/project/py/"
30 +HOMEPAGE="
31 + https://py.readthedocs.io/
32 + https://github.com/pytest-dev/py/
33 + https://pypi.org/project/py/
34 +"
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"