Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Thu, 19 May 2022 18:09:03
Message-Id: 1652983663.a72c55bf078095e912e75b00d40225dc04e13879.sam@gentoo
1 commit: a72c55bf078095e912e75b00d40225dc04e13879
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 18:07:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 18:07:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72c55bf
7
8 dev-python/pychroot: add Python 3.10
9
10 Closes: https://bugs.gentoo.org/845789
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pychroot/pychroot-0.10.4.ebuild | 5 +++--
14 dev-python/pychroot/pychroot-9999.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild b/dev-python/pychroot/pychroot-0.10.4.ebuild
18 index 02d24600d1be..644764c88e80 100644
19 --- a/dev-python/pychroot/pychroot-0.10.4.ebuild
20 +++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
21 @@ -1,8 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{8,9} )
28 +
29 +PYTHON_COMPAT=( python3_{8..10} )
30 inherit distutils-r1
31
32 if [[ ${PV} == *9999 ]] ; then
33
34 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
35 index 6258c1a766d0..2b8740a71dd9 100644
36 --- a/dev-python/pychroot/pychroot-9999.ebuild
37 +++ b/dev-python/pychroot/pychroot-9999.ebuild
38 @@ -1,8 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 -PYTHON_COMPAT=( python3_{8,9} )
45 +
46 +PYTHON_COMPAT=( python3_{8..10} )
47 inherit distutils-r1
48
49 if [[ ${PV} == *9999 ]] ; then