Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/
Date: Tue, 20 Nov 2018 13:47:28
Message-Id: 1542721431.20828f1f2f34eac38b4806f7db9adb6ecad70399.sbraz@gentoo
1 commit: 20828f1f2f34eac38b4806f7db9adb6ecad70399
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 20 13:43:51 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 20 13:43:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20828f1f
7
8 dev-python/ipython: also enforce prompt_toolkit-2 dep. for 6.1.0
9
10 Bug: https://bugs.gentoo.org/669926
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 .../ipython/{ipython-6.1.0-r1.ebuild => ipython-6.1.0-r2.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/ipython/ipython-6.1.0-r1.ebuild b/dev-python/ipython/ipython-6.1.0-r2.ebuild
18 similarity index 97%
19 rename from dev-python/ipython/ipython-6.1.0-r1.ebuild
20 rename to dev-python/ipython/ipython-6.1.0-r2.ebuild
21 index d89e54743ec..cf2d06ab049 100644
22 --- a/dev-python/ipython/ipython-6.1.0-r1.ebuild
23 +++ b/dev-python/ipython/ipython-6.1.0-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -23,6 +23,7 @@ CDEPEND="
31 dev-python/pexpect[${PYTHON_USEDEP}]
32 dev-python/pickleshare[${PYTHON_USEDEP}]
33 >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}]
34 + <dev-python/prompt_toolkit-2[${PYTHON_USEDEP}]
35 dev-python/pygments[${PYTHON_USEDEP}]
36 dev-python/pyparsing[${PYTHON_USEDEP}]
37 dev-python/simplegeneric[${PYTHON_USEDEP}]