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_core/
Date: Wed, 27 Jul 2016 12:17:47
Message-Id: 1469621219.4a3f32cbd07adaa75ce129e44ba192f7d12ef50d.marbre@gentoo
1 commit: 4a3f32cbd07adaa75ce129e44ba192f7d12ef50d
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Jul 27 12:06:59 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Wed Jul 27 12:06:59 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a3f32cb
7
8 dev-python/jupyter_core: Bump to EAPI=6; Adopt to ebuild in tree
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/jupyter_core/jupyter_core-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/jupyter_core/jupyter_core-9999.ebuild b/dev-python/jupyter_core/jupyter_core-9999.ebuild
16 index d7fd1ab..7c81afe 100644
17 --- a/dev-python/jupyter_core/jupyter_core-9999.ebuild
18 +++ b/dev-python/jupyter_core/jupyter_core-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
30 @@ -23,8 +23,8 @@ DEPEND="${RDEPEND}
31 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
32 test? (
33 dev-python/pytest[${PYTHON_USEDEP}]
34 - dev-python/pytest-cov[${PYTHON_USEDEP}]
35 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
36 + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
37 )
38 "