* [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_csv/, sci-geosciences/pydap_responses_matlab/, ...
@ 2020-09-27 19:58 Aisha Tammy
0 siblings, 0 replies; only message in thread
From: Aisha Tammy @ 2020-09-27 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 41ce3f49a8becabda92712440662a1217524beef
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Sep 27 19:52:39 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Sep 27 19:52:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=41ce3f49
sci-geosciences/*: remove all packages
all are python2 and not updated in >3 years
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-geosciences/pydap/metadata.xml | 18 -----------
sci-geosciences/pydap/pydap-3.1.1.ebuild | 37 ----------------------
sci-geosciences/pydap/pydap-3.1.ebuild | 37 ----------------------
sci-geosciences/pydap_handlers_csv/metadata.xml | 19 -----------
.../pydap_handlers_csv-0.1.1.ebuild | 25 ---------------
sci-geosciences/pydap_handlers_hdf5/metadata.xml | 19 -----------
.../pydap_handlers_hdf5-0.1.7.ebuild | 36 ---------------------
sci-geosciences/pydap_handlers_nca/metadata.xml | 19 -----------
.../pydap_handlers_nca-0.1.3.ebuild | 28 ----------------
sci-geosciences/pydap_handlers_netcdf/metadata.xml | 19 -----------
.../pydap_handlers_netcdf-0.6.4.ebuild | 35 --------------------
sci-geosciences/pydap_handlers_proxy/metadata.xml | 19 -----------
.../pydap_handlers_proxy-0.1.1.ebuild | 28 ----------------
sci-geosciences/pydap_handlers_sqlite/metadata.xml | 19 -----------
.../pydap_handlers_sqlite-0.1.0.ebuild | 28 ----------------
sci-geosciences/pydap_responses_kml/metadata.xml | 20 ------------
.../pydap_responses_kml-0.4.6.ebuild | 25 ---------------
.../pydap_responses_matlab/metadata.xml | 19 -----------
.../pydap_responses_matlab-0.2.1.ebuild | 34 --------------------
.../pydap_responses_netcdf/metadata.xml | 19 -----------
.../pydap_responses_netcdf-0.1.4.1.ebuild | 34 --------------------
sci-geosciences/pydap_responses_wms/metadata.xml | 20 ------------
.../pydap_responses_wms-0.5.4.ebuild | 28 ----------------
sci-geosciences/pydap_responses_xls/metadata.xml | 20 ------------
.../pydap_responses_xls-0.1.2.ebuild | 27 ----------------
25 files changed, 632 deletions(-)
diff --git a/sci-geosciences/pydap/metadata.xml b/sci-geosciences/pydap/metadata.xml
deleted file mode 100644
index 21edfa452..000000000
--- a/sci-geosciences/pydap/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-</longdescription>
- <upstream>
- <remote-id type="pypi">Pydap</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-geosciences/pydap/pydap-3.1.1.ebuild b/sci-geosciences/pydap/pydap-3.1.1.ebuild
deleted file mode 100644
index 72c6bd14e..000000000
--- a/sci-geosciences/pydap/pydap-3.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/pydap/Pydap}
-MY_P=${P/pydap/Pydap}
-MY_P=${MY_P/_rc/.rc.}
-
-DESCRIPTION="Data Access Protocol client and server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- dev-python/wsgiintercept[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
- >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
- >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
-
-S="$WORKDIR"/${MY_P}
-
-python_test() {
- esetup.py test
-}
diff --git a/sci-geosciences/pydap/pydap-3.1.ebuild b/sci-geosciences/pydap/pydap-3.1.ebuild
deleted file mode 100644
index 72c6bd14e..000000000
--- a/sci-geosciences/pydap/pydap-3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN/pydap/Pydap}
-MY_P=${P/pydap/Pydap}
-MY_P=${MY_P/_rc/.rc.}
-
-DESCRIPTION="Data Access Protocol client and server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- dev-python/wsgiintercept[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
- >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
- >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
- >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
-
-S="$WORKDIR"/${MY_P}
-
-python_test() {
- esetup.py test
-}
diff --git a/sci-geosciences/pydap_handlers_csv/metadata.xml b/sci-geosciences/pydap_handlers_csv/metadata.xml
deleted file mode 100644
index 065b999bf..000000000
--- a/sci-geosciences/pydap_handlers_csv/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_csv allows Pydap server to serve CSV formatted files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.csv</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index e65b18396..000000000
--- a/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="Comma Separated Values (CSV) handler for Pydap server"
-HOMEPAGE="http://pydap.org/handlers.html#csv"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
diff --git a/sci-geosciences/pydap_handlers_hdf5/metadata.xml b/sci-geosciences/pydap_handlers_hdf5/metadata.xml
deleted file mode 100644
index 62c4ab0ec..000000000
--- a/sci-geosciences/pydap_handlers_hdf5/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_hdf5 allows Pydap server to serve hdf5 formatted files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.hdf5</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 8d30d1a69..000000000
--- a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="HDF5 file handler for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
- >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
- >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
- >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/h5py-2.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- paver generate_setup || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/pydap_handlers_nca/metadata.xml b/sci-geosciences/pydap_handlers_nca/metadata.xml
deleted file mode 100644
index 472b4eb86..000000000
--- a/sci-geosciences/pydap_handlers_nca/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_nca allows Pydap server to serve aggregated NetCDF formatted files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.nca</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index c4c8386fe..000000000
--- a/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="Aggregated NetCDF handler for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
- >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
- >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
diff --git a/sci-geosciences/pydap_handlers_netcdf/metadata.xml b/sci-geosciences/pydap_handlers_netcdf/metadata.xml
deleted file mode 100644
index 542600cfe..000000000
--- a/sci-geosciences/pydap_handlers_netcdf/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_netcdf allows Pydap server to serve NetCDF formatted files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.netcdf</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 3eb8f5426..000000000
--- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
- >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
- >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
- >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- paver generate_setup || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/pydap_handlers_proxy/metadata.xml b/sci-geosciences/pydap_handlers_proxy/metadata.xml
deleted file mode 100644
index 0f68ac6d7..000000000
--- a/sci-geosciences/pydap_handlers_proxy/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_proxy allows Pydap server to serve data from other web sites.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.proxy</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index fc6fc85aa..000000000
--- a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="Proxy handler for Pydap server that can serve data from other web sites"
-HOMEPAGE="http://pydap.org/handlers.html#cdms"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
- >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
deleted file mode 100644
index a533b0703..000000000
--- a/sci-geosciences/pydap_handlers_sqlite/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_handlers_sqlite allows Pydap server to serve data from SQLite files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.handlers.sqlite</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index e066751bf..000000000
--- a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="Handler for Pydap server that allows serving data from SQLite files"
-HOMEPAGE="http://pydap.org/handlers.html#sqlite"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
- >=dev-python/simplejson-2.1.6[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.5.1[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
diff --git a/sci-geosciences/pydap_responses_kml/metadata.xml b/sci-geosciences/pydap_responses_kml/metadata.xml
deleted file mode 100644
index e9acccf5f..000000000
--- a/sci-geosciences/pydap_responses_kml/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_responses_kml allows Pydap server to use Google Earth to visualize
-data.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.responses.kml</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 925c7fda9..000000000
--- a/sci-geosciences/pydap_responses_kml/pydap_responses_kml-0.4.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="KML responses for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
diff --git a/sci-geosciences/pydap_responses_matlab/metadata.xml b/sci-geosciences/pydap_responses_matlab/metadata.xml
deleted file mode 100644
index 5370903f5..000000000
--- a/sci-geosciences/pydap_responses_matlab/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_responses_matlab allows Pydap server to deliver data to Matlab.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.responses.matlab</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 40d87db91..000000000
--- a/sci-geosciences/pydap_responses_matlab/pydap_responses_matlab-0.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="MatLab response for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
- >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
- >=dev-python/scipy-0.7.2-r1[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
-
-python_prepare_all() {
- paver generate_setup || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/pydap_responses_netcdf/metadata.xml b/sci-geosciences/pydap_responses_netcdf/metadata.xml
deleted file mode 100644
index da0f64af0..000000000
--- a/sci-geosciences/pydap_responses_netcdf/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_responses_netcdf allows Pydap server to serve NetCDF formatted files.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.responses.netcdf</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 181d9652c..000000000
--- a/sci-geosciences/pydap_responses_netcdf/pydap_responses_netcdf-0.1.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="NetCDF responses for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
- >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
- >=dev-python/pupynere-1.0.13[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
-
-python_prepare_all() {
- paver generate_setup || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/pydap_responses_wms/metadata.xml b/sci-geosciences/pydap_responses_wms/metadata.xml
deleted file mode 100644
index ac0d9ed30..000000000
--- a/sci-geosciences/pydap_responses_wms/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_responses_wms allows Pydap server to deliver maps via Web Mapping
-Service protocol.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.responses.wms</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index 3d693d5bd..000000000
--- a/sci-geosciences/pydap_responses_wms/pydap_responses_wms-0.5.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${P//_/.}
-
-DESCRIPTION="WMS responses for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
- >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
diff --git a/sci-geosciences/pydap_responses_xls/metadata.xml b/sci-geosciences/pydap_responses_xls/metadata.xml
deleted file mode 100644
index 9a1f3e724..000000000
--- a/sci-geosciences/pydap_responses_xls/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-geosciences@gentoo.org</email>
- <name>Gentoo Geosciences Project</name>
- </maintainer>
- <longdescription lang="en">
-Pydap is a pure Python library implementing the Data Access Protocol.
-pydap_responses_xls allows Pydap server to deliver an Excel file of the
-data.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pydap.responses.xls</remote-id>
- </upstream>
-</pkgmetadata>
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
deleted file mode 100644
index a01b5e018..000000000
--- a/sci-geosciences/pydap_responses_xls/pydap_responses_xls-0.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//_/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Excel responses for Pydap Data Access Protocol server"
-HOMEPAGE="http://pydap.org"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="pydap"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
-RDEPEND="
- >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
- >=dev-python/xlwt-0.7.2[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/$MY_P"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-27 19:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-27 19:58 [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_csv/, sci-geosciences/pydap_responses_matlab/, Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox