Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
Date: Tue, 01 Sep 2015 10:27:24
Message-Id: 1441103055.28ed284acb2d6b78c5508cdd43c4a64978af752e.jlec@gentoo
1 commit: 28ed284acb2d6b78c5508cdd43c4a64978af752e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 1 10:24:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 10:24:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28ed284a
7
8 dev-python/ipyparallel: Fix #473
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipyparallel/ChangeLog | 7 +++++++
13 .../{ipyparallel-4.0.0.ebuild => ipyparallel-4.0.0-r1.ebuild} | 0
14 dev-python/ipyparallel/ipyparallel-9999.ebuild | 1 +
15 3 files changed, 8 insertions(+)
16
17 diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
18 index d028d51..fe4d11d 100644
19 --- a/dev-python/ipyparallel/ChangeLog
20 +++ b/dev-python/ipyparallel/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*ipyparallel-4.0.0-r1 (01 Sep 2015)
26 +
27 + 01 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
28 + +ipyparallel-4.0.0-r1.ebuild, -ipyparallel-4.0.0.ebuild,
29 + ipyparallel-9999.ebuild:
30 + dev-python/ipyparallel: Fix #473
31 +
32 27 Aug 2015; Marius Brehler <marbre@××××××××××××××.de>
33 ipyparallel-9999.ebuild:
34 dev-python/ipyparallel: Fix deps
35
36 diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
37 similarity index 100%
38 rename from dev-python/ipyparallel/ipyparallel-4.0.0.ebuild
39 rename to dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
40
41 diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild
42 index bc609f8..b49aebc 100644
43 --- a/dev-python/ipyparallel/ipyparallel-9999.ebuild
44 +++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild
45 @@ -27,6 +27,7 @@ RDEPEND="
46 dev-python/decorator[${PYTHON_USEDEP}]
47 >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
48 dev-python/ipykernel[${PYTHON_USEDEP}]
49 + !<dev-python/ipython-4.0.0[smp]
50 "
51 DEPEND="${RDEPEND}
52 test? (