Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/
Date: Wed, 27 Jul 2016 12:17:46
Message-Id: 1469621111.30aa18db2283ba1435efeb0c250c17355a00e693.marbre@gentoo
1 commit: 30aa18db2283ba1435efeb0c250c17355a00e693
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Jul 27 12:05:11 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Wed Jul 27 12:05:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=30aa18db
7
8 dev-python/jupyter_client: Bump to EAPI=6; Adopt to ebuild in tree
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/jupyter_client/jupyter_client-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
16 index 3383ffb..0e0ecac 100644
17 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
18 +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
29 PYTHON_REQ_USE="threads(+)"
30 @@ -32,5 +32,5 @@ DEPEND="${RDEPEND}
31 "
32
33 python_test() {
34 - nosetests --with-coverage jupyter_client || die
35 + nosetests --with-coverage --cover-package jupyter_client jupyter_client || die
36 }