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/jedi/
Date: Thu, 30 Aug 2018 17:25:13
Message-Id: 1535649894.dddd97a54d7b2473773d4b4a4ef2d7adf5448b3b.mgorny@gentoo
1 commit: dddd97a54d7b2473773d4b4a4ef2d7adf5448b3b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 16:34:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 17:24:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddd97a5
7
8 dev-python/jedi: Tested on py3.7
9
10 dev-python/jedi/jedi-0.12.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/jedi/jedi-0.12.1.ebuild b/dev-python/jedi/jedi-0.12.1.ebuild
14 index 29db2142248..354e2b1b1c7 100644
15 --- a/dev-python/jedi/jedi-0.12.1.ebuild
16 +++ b/dev-python/jedi/jedi-0.12.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
23
24 inherit distutils-r1