Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ipython: metadata.xml ipython-0.12-r1.ebuild ipython-1.0.0.ebuild ipython-0.13.2.ebuild ChangeLog ipython-0.13.1-r1.ebuild ipython-0.12.1.ebuild ipython-0.10.ebuild ipython-0.13.ebuild ipython-0.10.1.ebuild ipython-0.13.1.ebuild
Date: Tue, 27 Aug 2013 20:00:50
Message-Id: 20130827200041.D76282004C@flycatcher.gentoo.org
1 xarthisius 13/08/27 20:00:41
2
3 Modified: metadata.xml ipython-0.12-r1.ebuild
4 ipython-1.0.0.ebuild ipython-0.13.2.ebuild
5 ChangeLog
6 Removed: ipython-0.13.1-r1.ebuild ipython-0.12.1.ebuild
7 ipython-0.10.ebuild ipython-0.13.ebuild
8 ipython-0.10.1.ebuild ipython-0.13.1.ebuild
9 Log:
10 Add missing dependencies. Fixes bug #481342 and #481726 by <jcpetkovich@×××××.com> and Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com> respectively. Drop obsolete versions
11
12 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
13
14 Revision Changes Path
15 1.12 dev-python/ipython/metadata.xml
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/metadata.xml?rev=1.12&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/metadata.xml?rev=1.12&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/metadata.xml?r1=1.11&r2=1.12
20
21 Index: metadata.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/metadata.xml,v
24 retrieving revision 1.11
25 retrieving revision 1.12
26 diff -u -r1.11 -r1.12
27 --- metadata.xml 9 Aug 2013 05:36:46 -0000 1.11
28 +++ metadata.xml 27 Aug 2013 20:00:41 -0000 1.12
29 @@ -42,6 +42,7 @@
30 <flag name="matplotlib">Add support for <pkg>dev-python/matplotlib</pkg></flag>
31 <flag name="mongodb">Enable support for MongoDB via <pkg>dev-python/pymongo</pkg></flag>
32 <flag name="notebook">Install requirements for the web notebook based on <pkg>www-servers/tornado</pkg></flag>
33 + <flag name="nbconvert">Enable support for converting notebooks to various formats using <pkg>app-text/tornado</pkg></flag>
34 <flag name="octave">Enable octave bridge via <pkg>dev-python/oct2py</pkg></flag>
35 </use>
36 </pkgmetadata>
37
38
39
40 1.8 dev-python/ipython/ipython-0.12-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: ipython-0.12-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- ipython-0.12-r1.ebuild 31 Dec 2012 12:59:55 -0000 1.7
53 +++ ipython-0.12-r1.ebuild 27 Aug 2013 20:00:41 -0000 1.8
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.7 2012/12/31 12:59:55 mgorny Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.12-r1.ebuild,v 1.8 2013/08/27 20:00:41 xarthisius Exp $
60
61 EAPI=4
62
63
64
65
66 1.4 dev-python/ipython/ipython-1.0.0.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild?r1=1.3&r2=1.4
71
72 Index: ipython-1.0.0.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- ipython-1.0.0.ebuild 20 Aug 2013 19:31:53 -0000 1.3
79 +++ ipython-1.0.0.ebuild 27 Aug 2013 20:00:41 -0000 1.4
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2013 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.3 2013/08/20 19:31:53 grobian Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-1.0.0.ebuild,v 1.4 2013/08/27 20:00:41 xarthisius Exp $
85
86 EAPI=5
87
88 @@ -16,8 +16,8 @@
89 SRC_URI="https://github.com/${PN}/${PN}/releases/download/rel-${PV}/${P}.tar.gz"
90 LICENSE="BSD"
91 SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
93 -IUSE="doc emacs examples matplotlib mongodb notebook octave
94 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
95 +IUSE="doc emacs examples matplotlib mongodb notebook nbconvert octave
96 qt4 +smp test wxwidgets"
97
98 PY2_USEDEP=$(python_gen_usedep 'python2*')
99 @@ -36,9 +36,14 @@
100 smp? ( dev-python/pyzmq[${PYTHON_USEDEP}] )
101 wxwidgets? ( dev-python/wxpython[${PY2_USEDEP}] )"
102 RDEPEND="${CDEPEND}
103 - notebook? ( >=www-servers/tornado-2.1[${PY2_USEDEP}]
104 - dev-python/pygments[${PYTHON_USEDEP}]
105 - dev-python/pyzmq[${PYTHON_USEDEP}] )
106 + notebook? (
107 + >=www-servers/tornado-2.1[${PY2_USEDEP}]
108 + dev-python/pygments[${PYTHON_USEDEP}]
109 + dev-python/pyzmq[${PYTHON_USEDEP}]
110 + dev-libs/mathjax
111 + dev-python/jinja[${PYTHON_USEDEP}]
112 + )
113 + nbconvert? ( app-text/pandoc )
114 qt4? ( || ( dev-python/PyQt4[${PYTHON_USEDEP}] dev-python/pyside[${PYTHON_USEDEP}] )
115 dev-python/pygments[${PYTHON_USEDEP}]
116 dev-python/pyzmq[${PYTHON_USEDEP}] )"
117 @@ -153,8 +158,6 @@
118 "${BUILD_DIR}"/lib/IPython/parallel/tests/test_mongodb.py \
119 || die "Unable to sed mongod port into tests"
120
121 -
122 -
123 local fail
124 run_tests() {
125 # Initialize ~/.ipython directory.
126
127
128
129 1.7 dev-python/ipython/ipython-0.13.2.ebuild
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild?rev=1.7&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild?rev=1.7&content-type=text/plain
133 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild?r1=1.6&r2=1.7
134
135 Index: ipython-0.13.2.ebuild
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v
138 retrieving revision 1.6
139 retrieving revision 1.7
140 diff -u -r1.6 -r1.7
141 --- ipython-0.13.2.ebuild 5 Aug 2013 17:34:14 -0000 1.6
142 +++ ipython-0.13.2.ebuild 27 Aug 2013 20:00:41 -0000 1.7
143 @@ -1,6 +1,6 @@
144 # Copyright 1999-2013 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.6 2013/08/05 17:34:14 mgorny Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.13.2.ebuild,v 1.7 2013/08/27 20:00:41 xarthisius Exp $
148
149 EAPI=5
150
151 @@ -162,8 +162,6 @@
152 "${BUILD_DIR}"/lib/IPython/parallel/tests/test_mongodb.py \
153 || die "Unable to sed mongod port into tests"
154
155 -
156 -
157 local fail
158 run_tests() {
159 # Initialize ~/.ipython directory.
160
161
162
163 1.116 dev-python/ipython/ChangeLog
164
165 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.116&view=markup
166 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.116&content-type=text/plain
167 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.115&r2=1.116
168
169 Index: ChangeLog
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
172 retrieving revision 1.115
173 retrieving revision 1.116
174 diff -u -r1.115 -r1.116
175 --- ChangeLog 20 Aug 2013 19:31:53 -0000 1.115
176 +++ ChangeLog 27 Aug 2013 20:00:41 -0000 1.116
177 @@ -1,6 +1,14 @@
178 # ChangeLog for dev-python/ipython
179 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
180 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.115 2013/08/20 19:31:53 grobian Exp $
181 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.116 2013/08/27 20:00:41 xarthisius Exp $
182 +
183 + 27 Aug 2013; Kacper Kowalik <xarthisius@g.o> -ipython-0.10.1.ebuild,
184 + -ipython-0.10.ebuild, -ipython-0.12.1.ebuild, -ipython-0.13.1-r1.ebuild,
185 + -ipython-0.13.1.ebuild, -ipython-0.13.ebuild, ipython-0.12-r1.ebuild,
186 + ipython-0.13.2.ebuild, ipython-1.0.0.ebuild, metadata.xml:
187 + Add missing dependencies. Fixes bug #481342 and #481726 by
188 + <jcpetkovich@×××××.com> and Arfrever Frehtes Taifersar Arahesis
189 + <arfrever.fta@×××××.com> respectively. Drop obsolete versions
190
191 20 Aug 2013; Fabian Groffen <grobian@g.o> ipython-1.0.0.ebuild:
192 Marked *-macos, bug #481462