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/click-threading/
Date: Sun, 26 Apr 2020 14:53:19
Message-Id: 1587912776.45aaf93f1856822d7ae527467bcdf8fc48ef16b8.mgorny@gentoo
1 commit: 45aaf93f1856822d7ae527467bcdf8fc48ef16b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 14:44:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 14:52:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45aaf93f
7
8 dev-python/click-threading: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/click-threading/click-threading-0.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/click-threading/click-threading-0.4.4.ebuild b/dev-python/click-threading/click-threading-0.4.4.ebuild
16 index df97e3b16cc..28abb2f482f 100644
17 --- a/dev-python/click-threading/click-threading-0.4.4.ebuild
18 +++ b/dev-python/click-threading/click-threading-0.4.4.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python{3_6,3_7} )
24 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25
26 inherit distutils-r1