commit:     4e79255ce7d6f0b4c7bf6e6e13f42470cdd3a202
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 15:52:39 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 15:52:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e79255c

sci-geosciences/pydap_handlers_sql: Drop pacage due to dropped deps

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-geosciences/pydap_handlers_sql/metadata.xml    | 19 ----------
 .../pydap_handlers_sql-0.3.0.ebuild                | 43 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/sci-geosciences/pydap_handlers_sql/metadata.xml 
b/sci-geosciences/pydap_handlers_sql/metadata.xml
deleted file mode 100644
index 052f208ec..000000000
--- a/sci-geosciences/pydap_handlers_sql/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>t...@cerazone.net</email>
-    <name>Tim Cera</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>sci-geoscien...@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_sql allows Pydap server to serve data from SQL databases.
-  </longdescription>
-  <upstream>
-    <remote-id type="pypi">pydap.handlers.sql</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild 
b/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
deleted file mode 100644
index 878e61141..000000000
--- a/sci-geosciences/pydap_handlers_sql/pydap_handlers_sql-0.3.0.ebuild
+++ /dev/null
@@ -1,43 +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="SQL handler for Pydap server that allows serving data from SQL 
databases"
-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="postgres mysql"
-
-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}]
-       >=sci-geosciences/cdat-lite-5.2[${PYTHON_USEDEP}]
-       >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
-       postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
-       mysql? ( >=dev-python/mysql-python-1.2.3_rc1[${PYTHON_USEDEP}] )"
-
-       # When cx_oracle is available...
-       # oracle? >=dev-python/cx_oracle
-
-       # Currently adodbapi is only availble for Windows so mssql support is 
not available.
-       # If pydap used dev-python/pymssql that would be better.
-
-S="$WORKDIR/$MY_P"
-
-python_prepare_all() {
-       paver generate_setup || die
-       distutils-r1_python_prepare_all
-}

Reply via email to