Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pocketlint/
Date: Mon, 02 Dec 2019 13:49:00
Message-Id: 1575294516.128c125c3403391b48bfb74d837434146f8589e0.asturm@gentoo
1 commit: 128c125c3403391b48bfb74d837434146f8589e0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 16:04:53 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 13:48:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128c125c
7
8 dev-python/pocketlint: python3_8
9
10 No test failure.
11
12 Bug: https://bugs.gentoo.org/701588
13 Package-Manager: Portage-2.3.80, Repoman-2.3.19
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-python/pocketlint/pocketlint-0.20.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pocketlint/pocketlint-0.20.ebuild b/dev-python/pocketlint/pocketlint-0.20.ebuild
20 index c5d0b13365c..63839de3b18 100644
21 --- a/dev-python/pocketlint/pocketlint-0.20.ebuild
22 +++ b/dev-python/pocketlint/pocketlint-0.20.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{5,6,7} )
28 +PYTHON_COMPAT=( python3_{5,6,7,8} )
29
30 inherit distutils-r1