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/
Date: Sun, 03 May 2020 16:40:24
Message-Id: 1588524002.cae4815901737b988516d78f3e6ac7216e2aca1c.mgorny@gentoo
1 commit: cae4815901737b988516d78f3e6ac7216e2aca1c
2 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com>
3 AuthorDate: Sun May 3 05:01:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 16:40:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae48159
7
8 dev-python/jupyter: 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 Closes: https://github.com/gentoo/gentoo/pull/15627
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
19 index 32ada3178ba..e2261ab869e 100644
20 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
21 +++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7} )
28
29 inherit distutils-r1