Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_cdms/
Date: Fri, 23 Jun 2017 15:53:30
Message-Id: 1498233054.616bb61e1931d0dac47814558267986756dce07c.jlec@gentoo
1 commit: 616bb61e1931d0dac47814558267986756dce07c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 15:50:54 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 15:50:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=616bb61e
7
8 sci-geosciences/pydap_handlers_cdms: Drop package due to masked deps
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-geosciences/pydap_handlers_cdms/metadata.xml | 19 ---------------
13 .../pydap_handlers_cdms-0.2.0.1.ebuild | 28 ----------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/sci-geosciences/pydap_handlers_cdms/metadata.xml b/sci-geosciences/pydap_handlers_cdms/metadata.xml
17 deleted file mode 100644
18 index 925bead0a..000000000
19 --- a/sci-geosciences/pydap_handlers_cdms/metadata.xml
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -<?xml version='1.0' encoding='UTF-8'?>
23 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 -<pkgmetadata>
25 - <maintainer type="person">
26 - <email>tim@××××××××.net</email>
27 - <name>Tim Cera</name>
28 - </maintainer>
29 - <maintainer type="project">
30 - <email>sci-geosciences@g.o</email>
31 - <name>Gentoo Geosciences Project</name>
32 - </maintainer>
33 - <longdescription lang="en">
34 - Pydap is a pure Python library implementing the Data Access Protocol.
35 - pydap_handlers_cdms allows Pydap server to serve GRADS formatted files.
36 - </longdescription>
37 - <upstream>
38 - <remote-id type="pypi">pydap.handlers.cdms</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild b/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
43 deleted file mode 100644
44 index d3419a82f..000000000
45 --- a/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
46 +++ /dev/null
47 @@ -1,28 +0,0 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=5
52 -
53 -PYTHON_COMPAT=( python2_7 )
54 -
55 -inherit distutils-r1
56 -
57 -MY_PN=${PN//_/.}
58 -MY_P=${P//_/.}
59 -
60 -DESCRIPTION="CDMS handler for Pydap server"
61 -HOMEPAGE="http://pydap.org/handlers.html#cdms"
62 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
63 -
64 -LICENSE="pydap"
65 -SLOT="0"
66 -KEYWORDS="~amd64"
67 -IUSE=""
68 -
69 -DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
70 -RDEPEND="
71 - >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
72 - >=sci-geosciences/cdat-lite-6.0_alpha[${PYTHON_USEDEP}]
73 - >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
74 -
75 -S="$WORKDIR/$MY_P"