Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Wed, 23 Dec 2020 20:53:42
Message-Id: 1608756783.95bcf01828a8d28fc07190c8ebc636d5456cca08.radhermit@gentoo
1 commit: 95bcf01828a8d28fc07190c8ebc636d5456cca08
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 20:50:15 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 20:53:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bcf018
7
8 dev-python/pychroot: re-add py36/py37 support
9
10 Technically no code in this release requires py38 so provide
11 backwards-compat for now.
12
13 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
14
15 dev-python/pychroot/pychroot-0.10.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pychroot/pychroot-0.10.3.ebuild b/dev-python/pychroot/pychroot-0.10.3.ebuild
19 index 9ec7b332eb8..925ca082a68 100644
20 --- a/dev-python/pychroot/pychroot-0.10.3.ebuild
21 +++ b/dev-python/pychroot/pychroot-0.10.3.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{8,9} )
27 +PYTHON_COMPAT=( python3_{6..9} )
28 inherit distutils-r1
29
30 if [[ ${PV} == *9999 ]] ; then