commit: 9580cb32f7505376fa5b2ca5998ac6cb193208e6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 12:51:41 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 12:51:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9580cb32
dev-python/jupyter_console: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/jupyter_console/jupyter_console-4.0.3.ebuild | 3 ++-
dev-python/jupyter_console/jupyter_console-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
index a1fca11..0086a62 100644
--- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild
b/dev-python/jupyter_console/jupyter_console-9999.ebuild
index c663445..ed0be7c 100644
--- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1 git-r3