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-log/
Date: Sun, 26 Apr 2020 14:53:18
Message-Id: 1587912774.7e85bd6a07c7c11cbdb011c9132197e392b2712a.mgorny@gentoo
1 commit: 7e85bd6a07c7c11cbdb011c9132197e392b2712a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 14:38:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 14:52:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e85bd6a
7
8 dev-python/click-log: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/click-log/click-log-0.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/click-log/click-log-0.3.2.ebuild b/dev-python/click-log/click-log-0.3.2.ebuild
16 index 8843fc394d4..02484280f72 100644
17 --- a/dev-python/click-log/click-log-0.3.2.ebuild
18 +++ b/dev-python/click-log/click-log-0.3.2.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