Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/
Date: Sat, 28 Nov 2015 17:58:19
Message-Id: 1448732907.b516060d1ce04f85c2ef25e5afca192c7d97b3c5.marbre@gentoo
1 commit: b516060d1ce04f85c2ef25e5afca192c7d97b3c5
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:48:27 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:48:27 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b516060d
7
8 dev-python/ipyparallel: Moved to tree
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipyparallel/ChangeLog | 5 ++
13 dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild | 63 ----------------------
14 dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild | 59 --------------------
15 dev-python/ipyparallel/ipyparallel-4.1.0.ebuild | 59 --------------------
16 4 files changed, 5 insertions(+), 181 deletions(-)
17
18 diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog
19 index 6ed91b8..516a293 100644
20 --- a/dev-python/ipyparallel/ChangeLog
21 +++ b/dev-python/ipyparallel/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
27 + -ipyparallel-4.0.0-r1.ebuild, -ipyparallel-4.0.2-r1.ebuild,
28 + -ipyparallel-4.1.0.ebuild:
29 + dev-python/ipyparallel: Moved to tree
30 +
31 *ipyparallel-4.0.2-r1 (27 Sep 2015)
32
33 27 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
34
35 diff --git a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
36 deleted file mode 100644
37 index c382889..0000000
38 --- a/dev-python/ipyparallel/ipyparallel-4.0.0-r1.ebuild
39 +++ /dev/null
40 @@ -1,63 +0,0 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Id$
44 -
45 -EAPI=5
46 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
47 -PYTHON_REQ_USE="threads(+)"
48 -
49 -inherit distutils-r1
50 -
51 -DESCRIPTION="Interactive Parallel Computing with IPython"
52 -HOMEPAGE="http://ipython.org/"
53 -
54 -if [ ${PV} == "9999" ] ; then
55 - inherit git-r3
56 - EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git"
57 -else
58 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59 - KEYWORDS="~amd64"
60 -fi
61 -
62 -LICENSE="BSD"
63 -SLOT="0"
64 -IUSE="doc test"
65 -
66 -RDEPEND="
67 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
68 - dev-python/decorator[${PYTHON_USEDEP}]
69 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
70 - dev-python/ipykernel[${PYTHON_USEDEP}]
71 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
72 - dev-python/jupyter_client[${PYTHON_USEDEP}]
73 - "
74 -DEPEND="${RDEPEND}
75 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
76 - test? (
77 - dev-python/nose[${PYTHON_USEDEP}]
78 - dev-python/requests[${PYTHON_USEDEP}]
79 - dev-python/coverage[${PYTHON_USEDEP}]
80 - )
81 - "
82 -
83 -python_prepare_all() {
84 - # Prevent un-needed download during build
85 - if use doc; then
86 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
87 - fi
88 -
89 - distutils-r1_python_prepare_all
90 -}
91 -
92 -python_compile_all() {
93 - use doc && emake -C docs html
94 -}
95 -
96 -python_test() {
97 - iptest --coverage xml ipyparallel.tests || die
98 -}
99 -
100 -python_install_all() {
101 - use doc && HTML_DOCS=( docs/build/html/. )
102 - distutils-r1_python_install_all
103 -}
104
105 diff --git a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild b/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
106 deleted file mode 100644
107 index be83c50..0000000
108 --- a/dev-python/ipyparallel/ipyparallel-4.0.2-r1.ebuild
109 +++ /dev/null
110 @@ -1,59 +0,0 @@
111 -# Copyright 1999-2015 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -# $Id$
114 -
115 -EAPI=5
116 -
117 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
118 -PYTHON_REQ_USE="threads(+)"
119 -
120 -inherit distutils-r1
121 -
122 -DESCRIPTION="Interactive Parallel Computing with IPython"
123 -HOMEPAGE="http://ipython.org/"
124 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="BSD"
127 -SLOT="0"
128 -KEYWORDS="~amd64 ~x86"
129 -IUSE="doc test"
130 -
131 -RDEPEND="
132 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
133 - dev-python/decorator[${PYTHON_USEDEP}]
134 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
135 - dev-python/ipykernel[${PYTHON_USEDEP}]
136 - !<dev-python/ipython-4.0.0[smp]
137 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
138 - dev-python/jupyter_client[${PYTHON_USEDEP}]
139 - "
140 -DEPEND="${RDEPEND}
141 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
142 - test? (
143 - dev-python/nose[${PYTHON_USEDEP}]
144 - dev-python/requests[${PYTHON_USEDEP}]
145 - dev-python/coverage[${PYTHON_USEDEP}]
146 - )
147 - "
148 -
149 -python_prepare_all() {
150 - # Prevent un-needed download during build
151 - if use doc; then
152 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
153 - fi
154 -
155 - distutils-r1_python_prepare_all
156 -}
157 -
158 -python_compile_all() {
159 - use doc && emake -C docs html
160 -}
161 -
162 -python_test() {
163 - iptest --coverage xml ipyparallel.tests || die
164 -}
165 -
166 -python_install_all() {
167 - use doc && HTML_DOCS=( docs/build/html/. )
168 - distutils-r1_python_install_all
169 -}
170
171 diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
172 deleted file mode 100644
173 index be83c50..0000000
174 --- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
175 +++ /dev/null
176 @@ -1,59 +0,0 @@
177 -# Copyright 1999-2015 Gentoo Foundation
178 -# Distributed under the terms of the GNU General Public License v2
179 -# $Id$
180 -
181 -EAPI=5
182 -
183 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
184 -PYTHON_REQ_USE="threads(+)"
185 -
186 -inherit distutils-r1
187 -
188 -DESCRIPTION="Interactive Parallel Computing with IPython"
189 -HOMEPAGE="http://ipython.org/"
190 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
191 -
192 -LICENSE="BSD"
193 -SLOT="0"
194 -KEYWORDS="~amd64 ~x86"
195 -IUSE="doc test"
196 -
197 -RDEPEND="
198 - dev-python/ipython_genutils[${PYTHON_USEDEP}]
199 - dev-python/decorator[${PYTHON_USEDEP}]
200 - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
201 - dev-python/ipykernel[${PYTHON_USEDEP}]
202 - !<dev-python/ipython-4.0.0[smp]
203 - >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
204 - dev-python/jupyter_client[${PYTHON_USEDEP}]
205 - "
206 -DEPEND="${RDEPEND}
207 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
208 - test? (
209 - dev-python/nose[${PYTHON_USEDEP}]
210 - dev-python/requests[${PYTHON_USEDEP}]
211 - dev-python/coverage[${PYTHON_USEDEP}]
212 - )
213 - "
214 -
215 -python_prepare_all() {
216 - # Prevent un-needed download during build
217 - if use doc; then
218 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
219 - fi
220 -
221 - distutils-r1_python_prepare_all
222 -}
223 -
224 -python_compile_all() {
225 - use doc && emake -C docs html
226 -}
227 -
228 -python_test() {
229 - iptest --coverage xml ipyparallel.tests || die
230 -}
231 -
232 -python_install_all() {
233 - use doc && HTML_DOCS=( docs/build/html/. )
234 - distutils-r1_python_install_all
235 -}