From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24E3B13835A for ; Sun, 31 May 2020 10:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52397E0935; Sun, 31 May 2020 10:07:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F8AEE0935 for ; Sun, 31 May 2020 10:07:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2342C34F0A5 for ; Sun, 31 May 2020 10:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF554278 for ; Sun, 31 May 2020 10:07:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590919625.1f8b027877c8f69f49a40c9e920133fef6e977a5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/dap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dap/Manifest dev-python/dap/dap-2.2.6.7-r1.ebuild dev-python/dap/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/dap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f8b027877c8f69f49a40c9e920133fef6e977a5 X-VCS-Branch: master Date: Sun, 31 May 2020 10:07:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c29f748d-a444-4a58-b071-22e200efafa1 X-Archives-Hash: a0c6bebbf759239bb3e6dd61850287d6 commit: 1f8b027877c8f69f49a40c9e920133fef6e977a5 Author: Michał Górny gentoo org> AuthorDate: Sun May 31 10:05:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 31 10:07:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8b0278 dev-python/dap: Remove last-rited pkg Closes: https://bugs.gentoo.org/719348 Signed-off-by: Michał Górny gentoo.org> dev-python/dap/Manifest | 1 - dev-python/dap/dap-2.2.6.7-r1.ebuild | 34 ---------------------------------- dev-python/dap/metadata.xml | 23 ----------------------- profiles/package.mask | 6 ------ 4 files changed, 64 deletions(-) diff --git a/dev-python/dap/Manifest b/dev-python/dap/Manifest deleted file mode 100644 index d23e7567963..00000000000 --- 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 3a4577fa507..00000000000 --- 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 25a2f22e3d2..00000000000 --- 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 - - diff --git a/profiles/package.mask b/profiles/package.mask index cd020dfdad2..51f1290bbe4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -378,12 +378,6 @@ dev-python/patch # Removal in 30 days. Bug #719350. dev-python/pastescript -# Michał Górny (2020-04-25) -# Stuck on Python 2. Last release in 2008. The only revdep is probably -# wrong and last rited anyway. -# Removal in 30 days. Bug #719348. -dev-python/dap - # Michał Górny (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. #