summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:05:22 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:07:05 +0200
commit1f8b027877c8f69f49a40c9e920133fef6e977a5 (patch)
tree977e9438b3547bb21b22e80dc59d4664ebbdf21d /dev-python/dap/dap-2.2.6.7-r1.ebuild
parentdev-python/parsley: Remove last-rited pkg (diff)
downloadgentoo-1f8b027877c8f69f49a40c9e920133fef6e977a5.tar.gz
gentoo-1f8b027877c8f69f49a40c9e920133fef6e977a5.tar.bz2
gentoo-1f8b027877c8f69f49a40c9e920133fef6e977a5.zip
dev-python/dap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719348 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dap/dap-2.2.6.7-r1.ebuild')
-rw-r--r--dev-python/dap/dap-2.2.6.7-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
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
-}