commit:     83fad428130f5187a77f7cb2d85e27903ea996b0
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue May 17 15:02:31 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue May 17 15:02:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=83fad428

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 6c287b9..294d3f0 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? (

Reply via email to