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/ipython/
Date: Sat, 28 Nov 2015 17:33:28
Message-Id: 1448643473.8717f744f912282551fb824e5cee3d866ee070b7.jlec@gentoo
1 commit: 8717f744f912282551fb824e5cee3d866ee070b7
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Nov 27 16:57:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 16:57:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8717f744
7
8 dev-python/ipython: Version bump; Fix deps
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipython/Manifest | 2 +-
13 dev-python/ipython/{ipython-4.0.0-r2.ebuild => ipython-4.0.1.ebuild} | 1 +
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
17 index c4da7b1..f26b3cc 100644
18 --- a/dev-python/ipython/Manifest
19 +++ b/dev-python/ipython/Manifest
20 @@ -1,2 +1,2 @@
21 DIST ipython-3.2.1.tar.gz 10884249 SHA256 c913adee7ae5b338055274c51a7d2b3cea468b5b316046fa520cd8a434b09177 SHA512 de7723e3b859d21a58a24456c76c8d8ec98c019f290f61269f46270e7647d2b49a98671138fecd75cb6f46384fde7e09618eb5c85c175e0e442c7fae7328d8fe WHIRLPOOL 9f020c167559259931dcb177d0c3a5211939632e5775c2627795ba390cf57bd62c378c15b7ee9b9ed2079180f8df8e062eb9673ed9cfc025a56f1da82c9428d1
22 -DIST ipython-4.0.0.tar.gz 6205133 SHA256 2fd276c407fb0b29e5d4884a7029a2c27fef0a06fd7a34924cce69b7cc43f4da SHA512 406e8e7779d9d8998f0621e58466ba185d89ef1639de6241f292f43410242d8eeab1d722496f82bf5d48e31584751efdc1a4177ea9e4ceb1ecb8d5acdf390ee7 WHIRLPOOL aff3f46964afd8841c00bb370b13da8acded0a1c44bfeb5543d3643fc7eb5554b4c7a4465148ef66bf33690dafa978ad9d350582971d3cd0c97cdef380df2631
23 +DIST ipython-4.0.1.tar.gz 6207566 SHA256 3bd3b78abc4f43b9ea7fa5353a2a9ba01af8ac4aec5d11e78fa5cbcec105432e SHA512 88419feca21c762a8553b4c11661e28b3305742fc89309abfd46b1213da210249b4781b754996835a2cc539569ae7cb816ed26bbaddbf15529eeb6479660265e WHIRLPOOL 58c17378fbcbac94e1585cce0cdd00996f7df20f5781a88e1e7d56b9fe2db81fe3282211dba31e8f54d2e50db869d2cce2670cfebc5c868455f481064e0089c6
24
25 diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.1.ebuild
26 similarity index 99%
27 rename from dev-python/ipython/ipython-4.0.0-r2.ebuild
28 rename to dev-python/ipython/ipython-4.0.1.ebuild
29 index 076965c..b15af20 100644
30 --- a/dev-python/ipython/ipython-4.0.0-r2.ebuild
31 +++ b/dev-python/ipython/ipython-4.0.1.ebuild
32 @@ -51,6 +51,7 @@ DEPEND="${CDEPEND}
33 dev-python/sphinx[${PYTHON_USEDEP}]
34 >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
35 dev-python/testpath[${PYTHON_USEDEP}]
36 + x11-base/xorg-server[xvfb]
37 )
38 doc? (
39 dev-python/cython[${PYTHON_USEDEP}]