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: Wed, 04 Dec 2013 15:00:19
Message-Id: 1386163564.4037a674e6acf87c6361aa59ca48d8280506b0fe.jlec@gentoo
1 commit: 4037a674e6acf87c6361aa59ca48d8280506b0fe
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:26:04 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:26:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4037a674
7
8 sci-geosciences/pydap_handlers_cdms: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_cdms/ChangeLog | 6 +++++-
14 sci-geosciences/pydap_handlers_cdms/metadata.xml | 12 ++++++------
15 .../pydap_handlers_cdms-0.2.0.1.ebuild | 19 +++++++++----------
16 3 files changed, 20 insertions(+), 17 deletions(-)
17
18 diff --git a/sci-geosciences/pydap_handlers_cdms/ChangeLog b/sci-geosciences/pydap_handlers_cdms/ChangeLog
19 index fb9b6a0..a9453ac 100644
20 --- a/sci-geosciences/pydap_handlers_cdms/ChangeLog
21 +++ b/sci-geosciences/pydap_handlers_cdms/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-geosciences/pydap_handlers_cdms
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 04 Dec 2013; Justin Lecher <jlec@g.o>
29 + pydap_handlers_cdms-0.2.0.1.ebuild, metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *pydap_handlers_cdms-0.2.0.1 (21 Nov 2011)
33
34 21 Nov 2011; Tim Cera <tim@××××××××.net>
35
36 diff --git a/sci-geosciences/pydap_handlers_cdms/metadata.xml b/sci-geosciences/pydap_handlers_cdms/metadata.xml
37 index 5af5fc0..329458e 100644
38 --- a/sci-geosciences/pydap_handlers_cdms/metadata.xml
39 +++ b/sci-geosciences/pydap_handlers_cdms/metadata.xml
40 @@ -1,12 +1,12 @@
41 <?xml version="1.0" encoding="UTF-8"?>
42 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 <pkgmetadata>
44 -<herd>sci-geosciences</herd>
45 -<maintainer>
46 -<email>tim@××××××××.net</email>
47 -<name>Tim Cera</name>
48 -</maintainer>
49 -<longdescription lang="en">
50 + <herd>sci-geosciences</herd>
51 + <maintainer>
52 + <email>tim@××××××××.net</email>
53 + <name>Tim Cera</name>
54 + </maintainer>
55 + <longdescription lang="en">
56 Pydap is a pure Python library implementing the Data Access Protocol.
57 pydap_handlers_cdms allows Pydap server to serve GRADS formatted files.
58 </longdescription>
59
60 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
61 index 2dffe92..13e326f 100644
62 --- a/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
63 +++ b/sci-geosciences/pydap_handlers_cdms/pydap_handlers_cdms-0.2.0.1.ebuild
64 @@ -1,14 +1,12 @@
65 -# Copyright 1999-2011 Gentoo Foundation
66 +# Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Header: $
69
70 -EAPI="2"
71 +EAPI=5
72
73 -PYTHON_DEPEND="2"
74 -SUPPORT_PYTHON_ABIS="1"
75 -RESTRICT_PYTHON_ABIS="3.*"
76 +PYTHON_COMPAT=( python{2_6,2_7} )
77
78 -inherit distutils
79 +inherit distutils-r1
80
81 MY_PN=${PN//_/.}
82 MY_P=${P//_/.}
83 @@ -22,9 +20,10 @@ SLOT="0"
84 KEYWORDS="~amd64"
85 IUSE=""
86
87 -DEPEND=">=dev-python/setuptools-0.6_rc3"
88 -RDEPEND=">=sci-geosciences/pydap-3.0_rc10
89 - >=sci-geosciences/cdat-lite-6.0_alpha
90 - >=dev-python/arrayterator-1.0.1"
91 +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
92 +RDEPEND="
93 + >=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]
94 + >=sci-geosciences/cdat-lite-6.0_alpha[${PYTHON_USEDEP}]
95 + >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
96
97 S="$WORKDIR/$MY_P"