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/jaraco-envs/
Date: Wed, 05 May 2021 18:20:06
Message-Id: 1620238304.788186815954159999700e4e3f4a1d2c050be961.mgorny@gentoo
1 commit: 788186815954159999700e4e3f4a1d2c050be961
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 18:11:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 18:11:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78818681
7
8 dev-python/jaraco-envs: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild
16 index 842b5036534..ed0113b1859 100644
17 --- a/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild
18 +++ b/dev-python/jaraco-envs/jaraco-envs-2.1.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25 inherit distutils-r1
26
27 MY_P=${P/-/.}