Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/
Date: Sat, 28 Nov 2015 17:33:40
Message-Id: 1448727656.1063108ca3540d6b38f66cd81eeef8e4b06a0c0d.jlec@gentoo
1 commit: 1063108ca3540d6b38f66cd81eeef8e4b06a0c0d
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 16:20:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:20:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1063108c
7
8 dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
16 index 97392a8..4fd42c6 100644
17 --- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
18 +++ b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild
19 @@ -11,10 +11,10 @@ inherit distutils-r1
20 DESCRIPTION="Core common functionality of Jupyter projects"
21 HOMEPAGE="http://jupyter.org"
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 -KEYWORDS="~amd64 ~x86"
24
25 LICENSE="BSD"
26 SLOT="0"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="doc test"
29
30 RDEPEND="
31 @@ -24,7 +24,6 @@ DEPEND="${RDEPEND}
32 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
33 test? (
34 dev-python/pytest[${PYTHON_USEDEP}]
35 - dev-python/pytest-cov[${PYTHON_USEDEP}]
36 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
37 )
38 "