Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clint/
Date: Tue, 05 May 2020 11:51:37
Message-Id: 1588679445.19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb.juippis@gentoo
1 commit: 19088ebcb634c6df1c9c0b88d1537f24d3eaf5fb
2 Author: John Helmert III <jchelmertt3 <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 30 23:39:26 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 11:50:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19088ebc
7
8 dev-python/clint: Add python3_8
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: John Helmert III <jchelmertt3 <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-python/clint/clint-0.5.1-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/clint/clint-0.5.1-r1.ebuild b/dev-python/clint/clint-0.5.1-r1.ebuild
18 index 295b4a9f6f5..bd9659a536e 100644
19 --- a/dev-python/clint/clint-0.5.1-r1.ebuild
20 +++ b/dev-python/clint/clint-0.5.1-r1.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{3_6,3_7} )
26 +
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1