commit:     30aa18db2283ba1435efeb0c250c17355a00e693
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 12:05:11 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 12:05:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=30aa18db

dev-python/jupyter_client: Bump to EAPI=6; Adopt to ebuild in tree

Package-Manager: portage-2.2.28

 dev-python/jupyter_client/jupyter_client-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild 
b/dev-python/jupyter_client/jupyter_client-9999.ebuild
index 3383ffb..0e0ecac 100644
--- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
@@ -1,8 +1,8 @@
-# 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_REQ_USE="threads(+)"
@@ -32,5 +32,5 @@ DEPEND="${RDEPEND}
        "
 
 python_test() {
-       nosetests --with-coverage jupyter_client || die
+       nosetests --with-coverage --cover-package jupyter_client jupyter_client 
|| die
 }

Reply via email to