Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/dap/
Date: Sun, 31 May 2020 10:07:57
Message-Id: 1590919625.1f8b027877c8f69f49a40c9e920133fef6e977a5.mgorny@gentoo
1 commit: 1f8b027877c8f69f49a40c9e920133fef6e977a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:05:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:07:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8b0278
7
8 dev-python/dap: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719348
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/dap/Manifest | 1 -
14 dev-python/dap/dap-2.2.6.7-r1.ebuild | 34 ----------------------------------
15 dev-python/dap/metadata.xml | 23 -----------------------
16 profiles/package.mask | 6 ------
17 4 files changed, 64 deletions(-)
18
19 diff --git a/dev-python/dap/Manifest b/dev-python/dap/Manifest
20 deleted file mode 100644
21 index d23e7567963..00000000000
22 --- a/dev-python/dap/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST dap-2.2.6.7.tar.gz 54055 BLAKE2B 390893117a0fb2c67a1b809f71fdb470653033d145d6ca9aec0845e0ffe263582f5cde164aadaa5d188987c9dc792e499e3627a1a003372056d56c99dc9953aa SHA512 8b9ee3fbbe15777f050f067be29a8d4e8e8b58aa8b430f69330da262593808838c8e0b3946a6f7932dc5d4d1b9dad12be73b98f82a6c399f7383f2630ad6ce47
26
27 diff --git a/dev-python/dap/dap-2.2.6.7-r1.ebuild b/dev-python/dap/dap-2.2.6.7-r1.ebuild
28 deleted file mode 100644
29 index 3a4577fa507..00000000000
30 --- a/dev-python/dap/dap-2.2.6.7-r1.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Data Access Protocol client and server"
43 -HOMEPAGE="http://pydap.org https://pypi.org/project/dap/ https://pypi.org/project/Pydap/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="server"
50 -
51 -RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
52 - server? (
53 - dev-python/cheetah[${PYTHON_USEDEP}]
54 - dev-python/paste[${PYTHON_USEDEP}]
55 - dev-python/pastedeploy[${PYTHON_USEDEP}]
56 - dev-python/pastescript[${PYTHON_USEDEP}]
57 - )"
58 -DEPEND="${RDEPEND}
59 - dev-python/setuptools[${PYTHON_USEDEP}]"
60 -
61 -DOCS=( docs/bugs docs/Changelog docs/history README TODO )
62 -
63 -src_prepare() {
64 - sed -e "s/'dap.plugins'/'dap', 'dap.plugins'/" -i setup.py || die "sed failed"
65 - distutils-r1_src_prepare
66 -}
67
68 diff --git a/dev-python/dap/metadata.xml b/dev-python/dap/metadata.xml
69 deleted file mode 100644
70 index 25a2f22e3d2..00000000000
71 --- a/dev-python/dap/metadata.xml
72 +++ /dev/null
73 @@ -1,23 +0,0 @@
74 -<?xml version="1.0" encoding="UTF-8"?>
75 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 -<pkgmetadata>
77 - <maintainer type="project">
78 - <email>sci-geosciences@g.o</email>
79 - <name>Gentoo Geosciences Project</name>
80 - </maintainer>
81 - <maintainer type="project">
82 - <email>python@g.o</email>
83 - <name>Python</name>
84 - </maintainer>
85 - <use>
86 - <flag name="server">Enable OpenDAP server support</flag>
87 - </use>
88 - <longdescription lang="en">pydap is a Python implementation of the Data Access Protocol
89 - a.k.a. DODS or OPeNDAP. Using pydap as a client you can access
90 - hundreds of scientific datasets. You can also use it to serve your
91 - data from a variety of formats.
92 - </longdescription>
93 - <upstream>
94 - <remote-id type="pypi">dap</remote-id>
95 - </upstream>
96 -</pkgmetadata>
97
98 diff --git a/profiles/package.mask b/profiles/package.mask
99 index cd020dfdad2..51f1290bbe4 100644
100 --- a/profiles/package.mask
101 +++ b/profiles/package.mask
102 @@ -378,12 +378,6 @@ dev-python/patch
103 # Removal in 30 days. Bug #719350.
104 dev-python/pastescript
105
106 -# Michał Górny <mgorny@g.o> (2020-04-25)
107 -# Stuck on Python 2. Last release in 2008. The only revdep is probably
108 -# wrong and last rited anyway.
109 -# Removal in 30 days. Bug #719348.
110 -dev-python/dap
111 -
112 # Michał Górny <mgorny@g.o> (2020-04-22)
113 # Effectively unmaintained and stuck on Python 3.6.
114 #