commit: f906861f47ae71679b7becf75de323cf0b00073b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 07:00:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 07:00:53 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f906861f
dev-python/jupyter_core: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 ++-
dev-python/jupyter_core/jupyter_core-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
index 42b63ea..97392a8 100644
--- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.0.6.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_core/jupyter_core-9999.ebuild
b/dev-python/jupyter_core/jupyter_core-9999.ebuild
index ab09471..d7fd1ab 100644
--- a/dev-python/jupyter_core/jupyter_core-9999.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-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