From 83fad428130f5187a77f7cb2d85e27903ea996b0 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 17 May 2016 17:02:31 +0200 Subject: dev-python/nbconvert: Bump to EAPI=6; Clean ebuild; Fix deps Package-Manager: portage-2.2.28 --- dev-python/nbconvert/nbconvert-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/nbconvert/nbconvert-9999.ebuild b/dev-python/nbconvert/nbconvert-9999.ebuild index 6c287b984..294d3f077 100644 --- a/dev-python/nbconvert/nbconvert-9999.ebuild +++ b/dev-python/nbconvert/nbconvert-9999.ebuild @@ -2,17 +2,15 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 git-r3 -MY_PN="nbconvert" - DESCRIPTION="Converting Jupyter Notebooks" HOMEPAGE="http://jupyter.org" -EGIT_REPO_URI="https://github.com/jupyter/${MY_PN}.git git://github.com/jupyter/${MY_PN}.git" +EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git" LICENSE="BSD" SLOT="0" @@ -25,6 +23,7 @@ RDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] + dev-python/entrypoints[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} doc? ( -- cgit v1.2.3-65-gdbad