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: Wed, 02 Sep 2020 09:12:11
Message-Id: 1599037906.20f5daa21c7ba201672fe8f3a90f2e3c45634d33.mgorny@gentoo
1 commit: 20f5daa21c7ba201672fe8f3a90f2e3c45634d33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:35:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 09:11:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f5daa2
7
8 dev-python/jupyter: Remove py36 due to ipython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
16 index 22dc270ed72..c88927ac5ff 100644
17 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
18 +++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6..9} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit distutils-r1