From 1f8b027877c8f69f49a40c9e920133fef6e977a5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 May 2020 12:05:22 +0200 Subject: dev-python/dap: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719348 Signed-off-by: Michał Górny --- dev-python/dap/Manifest | 1 - dev-python/dap/dap-2.2.6.7-r1.ebuild | 34 ---------------------------------- dev-python/dap/metadata.xml | 23 ----------------------- 3 files changed, 58 deletions(-) delete mode 100644 dev-python/dap/Manifest delete mode 100644 dev-python/dap/dap-2.2.6.7-r1.ebuild delete mode 100644 dev-python/dap/metadata.xml (limited to 'dev-python/dap') diff --git a/dev-python/dap/Manifest b/dev-python/dap/Manifest deleted file mode 100644 index d23e7567963a..000000000000 --- a/dev-python/dap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dap-2.2.6.7.tar.gz 54055 BLAKE2B 390893117a0fb2c67a1b809f71fdb470653033d145d6ca9aec0845e0ffe263582f5cde164aadaa5d188987c9dc792e499e3627a1a003372056d56c99dc9953aa SHA512 8b9ee3fbbe15777f050f067be29a8d4e8e8b58aa8b430f69330da262593808838c8e0b3946a6f7932dc5d4d1b9dad12be73b98f82a6c399f7383f2630ad6ce47 diff --git a/dev-python/dap/dap-2.2.6.7-r1.ebuild b/dev-python/dap/dap-2.2.6.7-r1.ebuild deleted file mode 100644 index 3a4577fa507a..000000000000 --- a/dev-python/dap/dap-2.2.6.7-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Data Access Protocol client and server" -HOMEPAGE="http://pydap.org https://pypi.org/project/dap/ https://pypi.org/project/Pydap/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="server" - -RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}] - server? ( - dev-python/cheetah[${PYTHON_USEDEP}] - dev-python/paste[${PYTHON_USEDEP}] - dev-python/pastedeploy[${PYTHON_USEDEP}] - dev-python/pastescript[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( docs/bugs docs/Changelog docs/history README TODO ) - -src_prepare() { - sed -e "s/'dap.plugins'/'dap', 'dap.plugins'/" -i setup.py || die "sed failed" - distutils-r1_src_prepare -} diff --git a/dev-python/dap/metadata.xml b/dev-python/dap/metadata.xml deleted file mode 100644 index 25a2f22e3d21..000000000000 --- a/dev-python/dap/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - sci-geosciences@gentoo.org - Gentoo Geosciences Project - - - python@gentoo.org - Python - - - Enable OpenDAP server support - - pydap is a Python implementation of the Data Access Protocol - a.k.a. DODS or OPeNDAP. Using pydap as a client you can access - hundreds of scientific datasets. You can also use it to serve your - data from a variety of formats. - - - dap - - -- cgit v1.2.3-65-gdbad