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/jupyter_console/
Date: Sun, 03 May 2020 16:40:24
Message-Id: 1588524001.321113f2c0b1e5c5a191640696943d4a2ebcc6c5.mgorny@gentoo
1 commit: 321113f2c0b1e5c5a191640696943d4a2ebcc6c5
2 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com>
3 AuthorDate: Sun May 3 04:59:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 16:40:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321113f2
7
8 dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/719010
11 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
18 index 23b925e042d..643134af1a3 100644
19 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
20 +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_6 )
26 +PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1