commit: 9af95e214164469414fd79c70bbefdfa1ffff644 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon May 23 07:06:02 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon May 23 07:06:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9af95e21
dev-python/notebook: Bump to EAPI=6, drop python3_4 support Package-Manager: portage-2.2.28 dev-python/notebook/notebook-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index 2dc12a4..a316a4d 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 git-r3 @@ -26,7 +26,7 @@ RDEPEND=" dev-python/jupyter_core[${PYTHON_USEDEP}] dev-python/jupyter_client[${PYTHON_USEDEP}] dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/nbconvert[${PYTHON_USEDEP}] + >=dev-python/nbconvert-4.2.0[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}