aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-05-17 17:02:31 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2016-05-17 17:02:31 +0200
commit83fad428130f5187a77f7cb2d85e27903ea996b0 (patch)
treea02ddf842d3dc1b1a5ca60eab138fdcd3865e7cf
parentdev-python/nbconvert: Bump to EAPI=6 (diff)
downloadsci-83fad428130f5187a77f7cb2d85e27903ea996b0.tar.gz
sci-83fad428130f5187a77f7cb2d85e27903ea996b0.tar.bz2
sci-83fad428130f5187a77f7cb2d85e27903ea996b0.zip
dev-python/nbconvert: Bump to EAPI=6; Clean ebuild; Fix deps
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/nbconvert/nbconvert-9999.ebuild7
1 files 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? (