Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/
Date: Thu, 10 May 2018 17:04:57
Message-Id: 1525971883.22257699f838ccc66ae62750f347cb4501250998.asturm@gentoo
1 commit: 22257699f838ccc66ae62750f347cb4501250998
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 17:04:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 17:04:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22257699
7
8 dev-python/jupyter_core: Restrict tests, need existing installation
9
10 Tests succeed when package is installed in advance.
11
12 Bug: https://bugs.gentoo.org/649538
13 Package-Manager: Portage-2.3.36, Repoman-2.3.9
14
15 dev-python/jupyter_core/jupyter_core-4.4.0.ebuild | 7 +++++--
16 1 file changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
19 index a2804624d23..962e95ed8c6 100644
20 --- a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
21 +++ b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild
22 @@ -18,7 +18,7 @@ IUSE="doc test"
23
24 RDEPEND="
25 dev-python/traitlets[${PYTHON_USEDEP}]
26 - "
27 +"
28 DEPEND="${RDEPEND}
29 !!<dev-python/jupyter-1.0.0-r1
30 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
31 @@ -28,7 +28,10 @@ DEPEND="${RDEPEND}
32 $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*')
33 >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
34 )
35 - "
36 +"
37 +
38 +# tests require installation of jupyter_core, bug #649538
39 +RESTRICT="test"
40
41 python_prepare_all() {
42 # Prevent un-needed download during build