commit:     7dd502d881de20ae85bbfdeddeeb8f63917095a0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 09:53:05 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 09:53:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7dd502d8

dev-python/notebook: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/notebook/notebook-4.0.6.ebuild | 3 ++-
 dev-python/notebook/notebook-9999.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/notebook/notebook-4.0.6.ebuild 
b/dev-python/notebook/notebook-4.0.6.ebuild
index 80fa9fc..242587a 100644
--- a/dev-python/notebook/notebook-4.0.6.ebuild
+++ b/dev-python/notebook/notebook-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/notebook/notebook-9999.ebuild 
b/dev-python/notebook/notebook-9999.ebuild
index d5ab6df..cac1dd7 100644
--- a/dev-python/notebook/notebook-9999.ebuild
+++ b/dev-python/notebook/notebook-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
 

Reply via email to