Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_csv/, sci-geosciences/pydap_responses_matlab/, ...
Date: Sun, 27 Sep 2020 19:58:12
Message-Id: 1601236359.41ce3f49a8becabda92712440662a1217524beef.epsilon-0@gentoo
1 commit: 41ce3f49a8becabda92712440662a1217524beef
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun Sep 27 19:52:39 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sun Sep 27 19:52:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41ce3f49
7
8 sci-geosciences/*: remove all packages
9
10 all are python2 and not updated in >3 years
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-geosciences/pydap/metadata.xml | 18 -----------
16 sci-geosciences/pydap/pydap-3.1.1.ebuild | 37 ----------------------
17 sci-geosciences/pydap/pydap-3.1.ebuild | 37 ----------------------
18 sci-geosciences/pydap_handlers_csv/metadata.xml | 19 -----------
19 .../pydap_handlers_csv-0.1.1.ebuild | 25 ---------------
20 sci-geosciences/pydap_handlers_hdf5/metadata.xml | 19 -----------
21 .../pydap_handlers_hdf5-0.1.7.ebuild | 36 ---------------------
22 sci-geosciences/pydap_handlers_nca/metadata.xml | 19 -----------
23 .../pydap_handlers_nca-0.1.3.ebuild | 28 ----------------
24 sci-geosciences/pydap_handlers_netcdf/metadata.xml | 19 -----------
25 .../pydap_handlers_netcdf-0.6.4.ebuild | 35 --------------------
26 sci-geosciences/pydap_handlers_proxy/metadata.xml | 19 -----------
27 .../pydap_handlers_proxy-0.1.1.ebuild | 28 ----------------
28 sci-geosciences/pydap_handlers_sqlite/metadata.xml | 19 -----------
29 .../pydap_handlers_sqlite-0.1.0.ebuild | 28 ----------------
30 sci-geosciences/pydap_responses_kml/metadata.xml | 20 ------------
31 .../pydap_responses_kml-0.4.6.ebuild | 25 ---------------
32 .../pydap_responses_matlab/metadata.xml | 19 -----------
33 .../pydap_responses_matlab-0.2.1.ebuild | 34 --------------------
34 .../pydap_responses_netcdf/metadata.xml | 19 -----------
35 .../pydap_responses_netcdf-0.1.4.1.ebuild | 34 --------------------
36 sci-geosciences/pydap_responses_wms/metadata.xml | 20 ------------
37 .../pydap_responses_wms-0.5.4.ebuild | 28 ----------------
38 sci-geosciences/pydap_responses_xls/metadata.xml | 20 ------------
39 .../pydap_responses_xls-0.1.2.ebuild | 27 ----------------
40 25 files changed, 632 deletions(-)
41
42 diff --git a/sci-geosciences/pydap/metadata.xml b/sci-geosciences/pydap/metadata.xml
43 deleted file mode 100644
44 index 21edfa452..000000000
45 --- a/sci-geosciences/pydap/metadata.xml
46 +++ /dev/null
47 @@ -1,18 +0,0 @@
48 -<?xml version="1.0" encoding="UTF-8"?>
49 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 -<pkgmetadata>
51 - <maintainer type="person">
52 - <email>tim@××××××××.net</email>
53 - <name>Tim Cera</name>
54 - </maintainer>
55 - <maintainer type="project">
56 - <email>sci-geosciences@g.o</email>
57 - <name>Gentoo Geosciences Project</name>
58 - </maintainer>
59 - <longdescription lang="en">
60 -Pydap is a pure Python library implementing the Data Access Protocol.
61 -</longdescription>
62 - <upstream>
63 - <remote-id type="pypi">Pydap</remote-id>
64 - </upstream>
65 -</pkgmetadata>
66
67 diff --git a/sci-geosciences/pydap/pydap-3.1.1.ebuild b/sci-geosciences/pydap/pydap-3.1.1.ebuild
68 deleted file mode 100644
69 index 72c6bd14e..000000000
70 --- a/sci-geosciences/pydap/pydap-3.1.1.ebuild
71 +++ /dev/null
72 @@ -1,37 +0,0 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -PYTHON_COMPAT=( python2_7 )
79 -
80 -inherit distutils-r1
81 -
82 -MY_PN=${PN/pydap/Pydap}
83 -MY_P=${P/pydap/Pydap}
84 -MY_P=${MY_P/_rc/.rc.}
85 -
86 -DESCRIPTION="Data Access Protocol client and server"
87 -HOMEPAGE="http://pydap.org"
88 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
89 -
90 -LICENSE="pydap"
91 -SLOT="0"
92 -KEYWORDS="~amd64"
93 -IUSE=""
94 -
95 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
96 -RDEPEND="
97 - dev-python/wsgiintercept[${PYTHON_USEDEP}]
98 - >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
99 - >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
100 - >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
101 - >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
102 - >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
103 - >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
104 -
105 -S="$WORKDIR"/${MY_P}
106 -
107 -python_test() {
108 - esetup.py test
109 -}
110
111 diff --git a/sci-geosciences/pydap/pydap-3.1.ebuild b/sci-geosciences/pydap/pydap-3.1.ebuild
112 deleted file mode 100644
113 index 72c6bd14e..000000000
114 --- a/sci-geosciences/pydap/pydap-3.1.ebuild
115 +++ /dev/null
116 @@ -1,37 +0,0 @@
117 -# Copyright 1999-2014 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=5
121 -
122 -PYTHON_COMPAT=( python2_7 )
123 -
124 -inherit distutils-r1
125 -
126 -MY_PN=${PN/pydap/Pydap}
127 -MY_P=${P/pydap/Pydap}
128 -MY_P=${MY_P/_rc/.rc.}
129 -
130 -DESCRIPTION="Data Access Protocol client and server"
131 -HOMEPAGE="http://pydap.org"
132 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
133 -
134 -LICENSE="pydap"
135 -SLOT="0"
136 -KEYWORDS="~amd64"
137 -IUSE=""
138 -
139 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
140 -RDEPEND="
141 - dev-python/wsgiintercept[${PYTHON_USEDEP}]
142 - >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
143 - >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
144 - >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
145 - >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
146 - >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
147 - >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
148 -
149 -S="$WORKDIR"/${MY_P}
150 -
151 -python_test() {
152 - esetup.py test
153 -}
154
155 diff --git a/sci-geosciences/pydap_handlers_csv/metadata.xml b/sci-geosciences/pydap_handlers_csv/metadata.xml
156 deleted file mode 100644
157 index 065b999bf..000000000
158 --- a/sci-geosciences/pydap_handlers_csv/metadata.xml
159 +++ /dev/null
160 @@ -1,19 +0,0 @@
161 -<?xml version="1.0" encoding="UTF-8"?>
162 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
163 -<pkgmetadata>
164 - <maintainer type="person">
165 - <email>tim@××××××××.net</email>
166 - <name>Tim Cera</name>
167 - </maintainer>
168 - <maintainer type="project">
169 - <email>sci-geosciences@g.o</email>
170 - <name>Gentoo Geosciences Project</name>
171 - </maintainer>
172 - <longdescription lang="en">
173 -Pydap is a pure Python library implementing the Data Access Protocol.
174 -pydap_handlers_csv allows Pydap server to serve CSV formatted files.
175 -</longdescription>
176 - <upstream>
177 - <remote-id type="pypi">pydap.handlers.csv</remote-id>
178 - </upstream>
179 -</pkgmetadata>
180
181 diff --git a/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild b/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild
182 deleted file mode 100644
183 index e65b18396..000000000
184 --- a/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild
185 +++ /dev/null
186 @@ -1,25 +0,0 @@
187 -# Copyright 1999-2014 Gentoo Foundation
188 -# Distributed under the terms of the GNU General Public License v2
189 -
190 -EAPI=5
191 -
192 -PYTHON_COMPAT=( python2_7 )
193 -
194 -inherit distutils-r1
195 -
196 -MY_PN=${PN//_/.}
197 -MY_P=${P//_/.}
198 -
199 -DESCRIPTION="Comma Separated Values (CSV) handler for Pydap server"
200 -HOMEPAGE="http://pydap.org/handlers.html#csv"
201 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
202 -
203 -LICENSE="pydap"
204 -SLOT="0"
205 -KEYWORDS="~amd64"
206 -IUSE=""
207 -
208 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
209 -RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
210 -
211 -S="$WORKDIR/$MY_P"
212
213 diff --git a/sci-geosciences/pydap_handlers_hdf5/metadata.xml b/sci-geosciences/pydap_handlers_hdf5/metadata.xml
214 deleted file mode 100644
215 index 62c4ab0ec..000000000
216 --- a/sci-geosciences/pydap_handlers_hdf5/metadata.xml
217 +++ /dev/null
218 @@ -1,19 +0,0 @@
219 -<?xml version="1.0" encoding="UTF-8"?>
220 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
221 -<pkgmetadata>
222 - <maintainer type="person">
223 - <email>tim@××××××××.net</email>
224 - <name>Tim Cera</name>
225 - </maintainer>
226 - <maintainer type="project">
227 - <email>sci-geosciences@g.o</email>
228 - <name>Gentoo Geosciences Project</name>
229 - </maintainer>
230 - <longdescription lang="en">
231 -Pydap is a pure Python library implementing the Data Access Protocol.
232 -pydap_handlers_hdf5 allows Pydap server to serve hdf5 formatted files.
233 -</longdescription>
234 - <upstream>
235 - <remote-id type="pypi">pydap.handlers.hdf5</remote-id>
236 - </upstream>
237 -</pkgmetadata>
238
239 diff --git a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
240 deleted file mode 100644
241 index 8d30d1a69..000000000
242 --- a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
243 +++ /dev/null
244 @@ -1,36 +0,0 @@
245 -# Copyright 1999-2014 Gentoo Foundation
246 -# Distributed under the terms of the GNU General Public License v2
247 -
248 -EAPI=5
249 -
250 -PYTHON_COMPAT=( python2_7 )
251 -
252 -inherit distutils-r1
253 -
254 -MY_PN=${PN//_/.}
255 -MY_P=${P//_/.}
256 -
257 -DESCRIPTION="HDF5 file handler for Pydap Data Access Protocol server"
258 -HOMEPAGE="http://pydap.org/"
259 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
260 -
261 -LICENSE="pydap"
262 -SLOT="0"
263 -KEYWORDS="~amd64"
264 -IUSE=""
265 -
266 -DEPEND="
267 - >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
268 - >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
269 -RDEPEND="
270 - >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
271 - >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
272 - >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
273 - >=dev-python/h5py-2.0[${PYTHON_USEDEP}]"
274 -
275 -S="${WORKDIR}/${MY_P}"
276 -
277 -python_prepare_all() {
278 - paver generate_setup || die
279 - distutils-r1_python_prepare_all
280 -}
281
282 diff --git a/sci-geosciences/pydap_handlers_nca/metadata.xml b/sci-geosciences/pydap_handlers_nca/metadata.xml
283 deleted file mode 100644
284 index 472b4eb86..000000000
285 --- a/sci-geosciences/pydap_handlers_nca/metadata.xml
286 +++ /dev/null
287 @@ -1,19 +0,0 @@
288 -<?xml version="1.0" encoding="UTF-8"?>
289 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
290 -<pkgmetadata>
291 - <maintainer type="person">
292 - <email>tim@××××××××.net</email>
293 - <name>Tim Cera</name>
294 - </maintainer>
295 - <maintainer type="project">
296 - <email>sci-geosciences@g.o</email>
297 - <name>Gentoo Geosciences Project</name>
298 - </maintainer>
299 - <longdescription lang="en">
300 -Pydap is a pure Python library implementing the Data Access Protocol.
301 -pydap_handlers_nca allows Pydap server to serve aggregated NetCDF formatted files.
302 -</longdescription>
303 - <upstream>
304 - <remote-id type="pypi">pydap.handlers.nca</remote-id>
305 - </upstream>
306 -</pkgmetadata>
307
308 diff --git a/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild b/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
309 deleted file mode 100644
310 index c4c8386fe..000000000
311 --- a/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
312 +++ /dev/null
313 @@ -1,28 +0,0 @@
314 -# Copyright 1999-2014 Gentoo Foundation
315 -# Distributed under the terms of the GNU General Public License v2
316 -
317 -EAPI=5
318 -
319 -PYTHON_COMPAT=( python2_7 )
320 -
321 -inherit distutils-r1
322 -
323 -MY_PN=${PN//_/.}
324 -MY_P=${P//_/.}
325 -
326 -DESCRIPTION="Aggregated NetCDF handler for Pydap Data Access Protocol server"
327 -HOMEPAGE="http://pydap.org/"
328 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
329 -
330 -LICENSE="pydap"
331 -SLOT="0"
332 -KEYWORDS="~amd64"
333 -IUSE=""
334 -
335 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
336 -RDEPEND="
337 - >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
338 - >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
339 - >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
340 -
341 -S="${WORKDIR}/${MY_P}"
342
343 diff --git a/sci-geosciences/pydap_handlers_netcdf/metadata.xml b/sci-geosciences/pydap_handlers_netcdf/metadata.xml
344 deleted file mode 100644
345 index 542600cfe..000000000
346 --- a/sci-geosciences/pydap_handlers_netcdf/metadata.xml
347 +++ /dev/null
348 @@ -1,19 +0,0 @@
349 -<?xml version="1.0" encoding="UTF-8"?>
350 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
351 -<pkgmetadata>
352 - <maintainer type="person">
353 - <email>tim@××××××××.net</email>
354 - <name>Tim Cera</name>
355 - </maintainer>
356 - <maintainer type="project">
357 - <email>sci-geosciences@g.o</email>
358 - <name>Gentoo Geosciences Project</name>
359 - </maintainer>
360 - <longdescription lang="en">
361 -Pydap is a pure Python library implementing the Data Access Protocol.
362 -pydap_handlers_netcdf allows Pydap server to serve NetCDF formatted files.
363 -</longdescription>
364 - <upstream>
365 - <remote-id type="pypi">pydap.handlers.netcdf</remote-id>
366 - </upstream>
367 -</pkgmetadata>
368
369 diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
370 deleted file mode 100644
371 index 3eb8f5426..000000000
372 --- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
373 +++ /dev/null
374 @@ -1,35 +0,0 @@
375 -# Copyright 1999-2014 Gentoo Foundation
376 -# Distributed under the terms of the GNU General Public License v2
377 -
378 -EAPI=5
379 -
380 -PYTHON_COMPAT=( python2_7 )
381 -
382 -inherit distutils-r1
383 -
384 -MY_PN=${PN//_/.}
385 -MY_P=${P//_/.}
386 -
387 -DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server"
388 -HOMEPAGE="http://pydap.org/"
389 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
390 -
391 -LICENSE="pydap"
392 -SLOT="0"
393 -KEYWORDS="~amd64"
394 -IUSE=""
395 -
396 -DEPEND="
397 - >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
398 - >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
399 -RDEPEND="
400 - >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
401 - >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
402 - >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
403 -
404 -S="${WORKDIR}/${MY_P}"
405 -
406 -python_prepare_all() {
407 - paver generate_setup || die
408 - distutils-r1_python_prepare_all
409 -}
410
411 diff --git a/sci-geosciences/pydap_handlers_proxy/metadata.xml b/sci-geosciences/pydap_handlers_proxy/metadata.xml
412 deleted file mode 100644
413 index 0f68ac6d7..000000000
414 --- a/sci-geosciences/pydap_handlers_proxy/metadata.xml
415 +++ /dev/null
416 @@ -1,19 +0,0 @@
417 -<?xml version="1.0" encoding="UTF-8"?>
418 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
419 -<pkgmetadata>
420 - <maintainer type="person">
421 - <email>tim@××××××××.net</email>
422 - <name>Tim Cera</name>
423 - </maintainer>
424 - <maintainer type="project">
425 - <email>sci-geosciences@g.o</email>
426 - <name>Gentoo Geosciences Project</name>
427 - </maintainer>
428 - <longdescription lang="en">
429 -Pydap is a pure Python library implementing the Data Access Protocol.
430 -pydap_handlers_proxy allows Pydap server to serve data from other web sites.
431 -</longdescription>
432 - <upstream>
433 - <remote-id type="pypi">pydap.handlers.proxy</remote-id>
434 - </upstream>
435 -</pkgmetadata>
436
437 diff --git a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild b/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
438 deleted file mode 100644
439 index fc6fc85aa..000000000
440 --- a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
441 +++ /dev/null
442 @@ -1,28 +0,0 @@
443 -# Copyright 1999-2014 Gentoo Foundation
444 -# Distributed under the terms of the GNU General Public License v2
445 -
446 -EAPI=5
447 -
448 -PYTHON_COMPAT=( python2_7 )
449 -
450 -inherit distutils-r1
451 -
452 -MY_PN=${PN//_/.}
453 -MY_P=${P//_/.}
454 -
455 -DESCRIPTION="Proxy handler for Pydap server that can serve data from other web sites"
456 -HOMEPAGE="http://pydap.org/handlers.html#cdms"
457 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
458 -
459 -LICENSE="pydap"
460 -SLOT="0"
461 -KEYWORDS="~amd64"
462 -IUSE=""
463 -
464 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
465 -RDEPEND="
466 - >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
467 - >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
468 - >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
469 -
470 -S="$WORKDIR/$MY_P"
471
472 diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
473 deleted file mode 100644
474 index a533b0703..000000000
475 --- a/sci-geosciences/pydap_handlers_sqlite/metadata.xml
476 +++ /dev/null
477 @@ -1,19 +0,0 @@
478 -<?xml version="1.0" encoding="UTF-8"?>
479 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
480 -<pkgmetadata>
481 - <maintainer type="person">
482 - <email>tim@××××××××.net</email>
483 - <name>Tim Cera</name>
484 - </maintainer>
485 - <maintainer type="project">
486 - <email>sci-geosciences@g.o</email>
487 - <name>Gentoo Geosciences Project</name>
488 - </maintainer>
489 - <longdescription lang="en">
490 -Pydap is a pure Python library implementing the Data Access Protocol.
491 -pydap_handlers_sqlite allows Pydap server to serve data from SQLite files.
492 -</longdescription>
493 - <upstream>
494 - <remote-id type="pypi">pydap.handlers.sqlite</remote-id>
495 - </upstream>
496 -</pkgmetadata>
497
498 diff --git a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
499 deleted file mode 100644
500 index e066751bf..000000000
501 --- a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
502 +++ /dev/null
503 @@ -1,28 +0,0 @@
504 -# Copyright 1999-2014 Gentoo Foundation
505 -# Distributed under the terms of the GNU General Public License v2
506 -
507 -EAPI=5
508 -
509 -PYTHON_COMPAT=( python2_7 )
510 -
511 -inherit distutils-r1
512 -
513 -MY_PN=${PN//_/.}
514 -MY_P=${P//_/.}
515 -
516 -DESCRIPTION="Handler for Pydap server that allows serving data from SQLite files"
517 -HOMEPAGE="http://pydap.org/handlers.html#sqlite"
518 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
519 -
520 -LICENSE="pydap"
521 -SLOT="0"
522 -KEYWORDS="~amd64"
523 -IUSE=""
524 -
525 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
526 -RDEPEND="
527 - >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
528 - >=dev-python/simplejson-2.1.6[${PYTHON_USEDEP}]
529 - >=dev-python/numpy-1.5.1[${PYTHON_USEDEP}]"
530 -
531 -S="$WORKDIR/$MY_P"
532
533 diff --git a/sci-geosciences/pydap_responses_kml/metadata.xml b/sci-geosciences/pydap_responses_kml/metadata.xml
534 deleted file mode 100644
535 index e9acccf5f..000000000
536 --- a/sci-geosciences/pydap_responses_kml/metadata.xml
537 +++ /dev/null
538 @@ -1,20 +0,0 @@
539 -<?xml version="1.0" encoding="UTF-8"?>
540 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
541 -<pkgmetadata>
542 - <maintainer type="person">
543 - <email>tim@××××××××.net</email>
544 - <name>Tim Cera</name>
545 - </maintainer>
546 - <maintainer type="project">
547 - <email>sci-geosciences@g.o</email>
548 - <name>Gentoo Geosciences Project</name>
549 - </maintainer>
550 - <longdescription lang="en">
551 -Pydap is a pure Python library implementing the Data Access Protocol.
552 -pydap_responses_kml allows Pydap server to use Google Earth to visualize
553 -data.
554 -</longdescription>
555 - <upstream>
556 - <remote-id type="pypi">pydap.responses.kml</remote-id>
557 - </upstream>
558 -</pkgmetadata>
559
560 diff --git a/sci-geosciences/pydap_responses_kml/pydap_responses_kml-0.4.6.ebuild b/sci-geosciences/pydap_responses_kml/pydap_responses_kml-0.4.6.ebuild
561 deleted file mode 100644
562 index 925c7fda9..000000000
563 --- a/sci-geosciences/pydap_responses_kml/pydap_responses_kml-0.4.6.ebuild
564 +++ /dev/null
565 @@ -1,25 +0,0 @@
566 -# Copyright 1999-2014 Gentoo Foundation
567 -# Distributed under the terms of the GNU General Public License v2
568 -
569 -EAPI=5
570 -
571 -PYTHON_COMPAT=( python2_7 )
572 -
573 -inherit distutils-r1
574 -
575 -MY_PN=${PN//_/.}
576 -MY_P=${P//_/.}
577 -
578 -DESCRIPTION="KML responses for Pydap Data Access Protocol server"
579 -HOMEPAGE="http://pydap.org"
580 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
581 -
582 -LICENSE="pydap"
583 -SLOT="0"
584 -KEYWORDS="~amd64"
585 -IUSE=""
586 -
587 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
588 -RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
589 -
590 -S="$WORKDIR/$MY_P"
591
592 diff --git a/sci-geosciences/pydap_responses_matlab/metadata.xml b/sci-geosciences/pydap_responses_matlab/metadata.xml
593 deleted file mode 100644
594 index 5370903f5..000000000
595 --- a/sci-geosciences/pydap_responses_matlab/metadata.xml
596 +++ /dev/null
597 @@ -1,19 +0,0 @@
598 -<?xml version="1.0" encoding="UTF-8"?>
599 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
600 -<pkgmetadata>
601 - <maintainer type="person">
602 - <email>tim@××××××××.net</email>
603 - <name>Tim Cera</name>
604 - </maintainer>
605 - <maintainer type="project">
606 - <email>sci-geosciences@g.o</email>
607 - <name>Gentoo Geosciences Project</name>
608 - </maintainer>
609 - <longdescription lang="en">
610 -Pydap is a pure Python library implementing the Data Access Protocol.
611 -pydap_responses_matlab allows Pydap server to deliver data to Matlab.
612 -</longdescription>
613 - <upstream>
614 - <remote-id type="pypi">pydap.responses.matlab</remote-id>
615 - </upstream>
616 -</pkgmetadata>
617
618 diff --git a/sci-geosciences/pydap_responses_matlab/pydap_responses_matlab-0.2.1.ebuild b/sci-geosciences/pydap_responses_matlab/pydap_responses_matlab-0.2.1.ebuild
619 deleted file mode 100644
620 index 40d87db91..000000000
621 --- a/sci-geosciences/pydap_responses_matlab/pydap_responses_matlab-0.2.1.ebuild
622 +++ /dev/null
623 @@ -1,34 +0,0 @@
624 -# Copyright 1999-2014 Gentoo Foundation
625 -# Distributed under the terms of the GNU General Public License v2
626 -
627 -EAPI=5
628 -
629 -PYTHON_COMPAT=( python2_7 )
630 -
631 -inherit distutils-r1
632 -
633 -MY_PN=${PN//_/.}
634 -MY_P=${MY_PN}-${PV}
635 -
636 -DESCRIPTION="MatLab response for Pydap Data Access Protocol server"
637 -HOMEPAGE="http://pydap.org"
638 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
639 -
640 -LICENSE="pydap"
641 -SLOT="0"
642 -KEYWORDS="~amd64"
643 -IUSE=""
644 -
645 -DEPEND="
646 - >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
647 - >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
648 -RDEPEND="
649 - >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
650 - >=dev-python/scipy-0.7.2-r1[${PYTHON_USEDEP}]"
651 -
652 -S="$WORKDIR/$MY_P"
653 -
654 -python_prepare_all() {
655 - paver generate_setup || die
656 - distutils-r1_python_prepare_all
657 -}
658
659 diff --git a/sci-geosciences/pydap_responses_netcdf/metadata.xml b/sci-geosciences/pydap_responses_netcdf/metadata.xml
660 deleted file mode 100644
661 index da0f64af0..000000000
662 --- a/sci-geosciences/pydap_responses_netcdf/metadata.xml
663 +++ /dev/null
664 @@ -1,19 +0,0 @@
665 -<?xml version="1.0" encoding="UTF-8"?>
666 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
667 -<pkgmetadata>
668 - <maintainer type="person">
669 - <email>tim@××××××××.net</email>
670 - <name>Tim Cera</name>
671 - </maintainer>
672 - <maintainer type="project">
673 - <email>sci-geosciences@g.o</email>
674 - <name>Gentoo Geosciences Project</name>
675 - </maintainer>
676 - <longdescription lang="en">
677 -Pydap is a pure Python library implementing the Data Access Protocol.
678 -pydap_responses_netcdf allows Pydap server to serve NetCDF formatted files.
679 -</longdescription>
680 - <upstream>
681 - <remote-id type="pypi">pydap.responses.netcdf</remote-id>
682 - </upstream>
683 -</pkgmetadata>
684
685 diff --git a/sci-geosciences/pydap_responses_netcdf/pydap_responses_netcdf-0.1.4.1.ebuild b/sci-geosciences/pydap_responses_netcdf/pydap_responses_netcdf-0.1.4.1.ebuild
686 deleted file mode 100644
687 index 181d9652c..000000000
688 --- a/sci-geosciences/pydap_responses_netcdf/pydap_responses_netcdf-0.1.4.1.ebuild
689 +++ /dev/null
690 @@ -1,34 +0,0 @@
691 -# Copyright 1999-2014 Gentoo Foundation
692 -# Distributed under the terms of the GNU General Public License v2
693 -
694 -EAPI=5
695 -
696 -PYTHON_COMPAT=( python2_7 )
697 -
698 -inherit distutils-r1
699 -
700 -MY_PN=${PN//_/.}
701 -MY_P=${P//_/.}
702 -
703 -DESCRIPTION="NetCDF responses for Pydap Data Access Protocol server"
704 -HOMEPAGE="http://pydap.org"
705 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
706 -
707 -LICENSE="pydap"
708 -SLOT="0"
709 -KEYWORDS="~amd64"
710 -IUSE=""
711 -
712 -DEPEND="
713 - >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
714 - >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
715 -RDEPEND="
716 - >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
717 - >=dev-python/pupynere-1.0.13[${PYTHON_USEDEP}]"
718 -
719 -S="$WORKDIR/$MY_P"
720 -
721 -python_prepare_all() {
722 - paver generate_setup || die
723 - distutils-r1_python_prepare_all
724 -}
725
726 diff --git a/sci-geosciences/pydap_responses_wms/metadata.xml b/sci-geosciences/pydap_responses_wms/metadata.xml
727 deleted file mode 100644
728 index ac0d9ed30..000000000
729 --- a/sci-geosciences/pydap_responses_wms/metadata.xml
730 +++ /dev/null
731 @@ -1,20 +0,0 @@
732 -<?xml version="1.0" encoding="UTF-8"?>
733 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
734 -<pkgmetadata>
735 - <maintainer type="person">
736 - <email>tim@××××××××.net</email>
737 - <name>Tim Cera</name>
738 - </maintainer>
739 - <maintainer type="project">
740 - <email>sci-geosciences@g.o</email>
741 - <name>Gentoo Geosciences Project</name>
742 - </maintainer>
743 - <longdescription lang="en">
744 -Pydap is a pure Python library implementing the Data Access Protocol.
745 -pydap_responses_wms allows Pydap server to deliver maps via Web Mapping
746 -Service protocol.
747 -</longdescription>
748 - <upstream>
749 - <remote-id type="pypi">pydap.responses.wms</remote-id>
750 - </upstream>
751 -</pkgmetadata>
752
753 diff --git a/sci-geosciences/pydap_responses_wms/pydap_responses_wms-0.5.4.ebuild b/sci-geosciences/pydap_responses_wms/pydap_responses_wms-0.5.4.ebuild
754 deleted file mode 100644
755 index 3d693d5bd..000000000
756 --- a/sci-geosciences/pydap_responses_wms/pydap_responses_wms-0.5.4.ebuild
757 +++ /dev/null
758 @@ -1,28 +0,0 @@
759 -# Copyright 1999-2014 Gentoo Foundation
760 -# Distributed under the terms of the GNU General Public License v2
761 -
762 -EAPI=5
763 -
764 -PYTHON_COMPAT=( python2_7 )
765 -
766 -inherit distutils-r1
767 -
768 -MY_PN=${PN//_/.}
769 -MY_P=${P//_/.}
770 -
771 -DESCRIPTION="WMS responses for Pydap Data Access Protocol server"
772 -HOMEPAGE="http://pydap.org"
773 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
774 -
775 -LICENSE="pydap"
776 -SLOT="0"
777 -KEYWORDS="~amd64"
778 -IUSE=""
779 -
780 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
781 -RDEPEND="
782 - >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
783 - >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
784 - dev-python/matplotlib[${PYTHON_USEDEP}]"
785 -
786 -S="$WORKDIR/$MY_P"
787
788 diff --git a/sci-geosciences/pydap_responses_xls/metadata.xml b/sci-geosciences/pydap_responses_xls/metadata.xml
789 deleted file mode 100644
790 index 9a1f3e724..000000000
791 --- a/sci-geosciences/pydap_responses_xls/metadata.xml
792 +++ /dev/null
793 @@ -1,20 +0,0 @@
794 -<?xml version="1.0" encoding="UTF-8"?>
795 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
796 -<pkgmetadata>
797 - <maintainer type="person">
798 - <email>tim@××××××××.net</email>
799 - <name>Tim Cera</name>
800 - </maintainer>
801 - <maintainer type="project">
802 - <email>sci-geosciences@g.o</email>
803 - <name>Gentoo Geosciences Project</name>
804 - </maintainer>
805 - <longdescription lang="en">
806 -Pydap is a pure Python library implementing the Data Access Protocol.
807 -pydap_responses_xls allows Pydap server to deliver an Excel file of the
808 -data.
809 -</longdescription>
810 - <upstream>
811 - <remote-id type="pypi">pydap.responses.xls</remote-id>
812 - </upstream>
813 -</pkgmetadata>
814
815 diff --git a/sci-geosciences/pydap_responses_xls/pydap_responses_xls-0.1.2.ebuild b/sci-geosciences/pydap_responses_xls/pydap_responses_xls-0.1.2.ebuild
816 deleted file mode 100644
817 index a01b5e018..000000000
818 --- a/sci-geosciences/pydap_responses_xls/pydap_responses_xls-0.1.2.ebuild
819 +++ /dev/null
820 @@ -1,27 +0,0 @@
821 -# Copyright 1999-2014 Gentoo Foundation
822 -# Distributed under the terms of the GNU General Public License v2
823 -
824 -EAPI=5
825 -
826 -PYTHON_COMPAT=( python2_7 )
827 -
828 -inherit distutils-r1
829 -
830 -MY_PN=${PN//_/.}
831 -MY_P=${MY_PN}-${PV}
832 -
833 -DESCRIPTION="Excel responses for Pydap Data Access Protocol server"
834 -HOMEPAGE="http://pydap.org"
835 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
836 -
837 -LICENSE="pydap"
838 -SLOT="0"
839 -KEYWORDS="~amd64"
840 -IUSE=""
841 -
842 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
843 -RDEPEND="
844 - >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
845 - >=dev-python/xlwt-0.7.2[${PYTHON_USEDEP}]"
846 -
847 -S="$WORKDIR/$MY_P"