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_netcdf/
Date: Wed, 04 Dec 2013 15:00:23
Message-Id: 1386164369.bd9b464d766db83cc925fcf23cea928a77649e9e.jlec@gentoo
1 commit: bd9b464d766db83cc925fcf23cea928a77649e9e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:39:29 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:39:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd9b464d
7
8 sci-geosciences/pydap_handlers_netcdf: Version BUmp; Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_netcdf/ChangeLog | 7 +++-
14 sci-geosciences/pydap_handlers_netcdf/metadata.xml | 12 +++----
15 .../pydap_handlers_netcdf-0.6.1.ebuild | 38 ----------------------
16 .../pydap_handlers_netcdf-0.6.4.ebuild | 36 ++++++++++++++++++++
17 4 files changed, 48 insertions(+), 45 deletions(-)
18
19 diff --git a/sci-geosciences/pydap_handlers_netcdf/ChangeLog b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
20 index f7a40bb..46cdf44 100644
21 --- a/sci-geosciences/pydap_handlers_netcdf/ChangeLog
22 +++ b/sci-geosciences/pydap_handlers_netcdf/ChangeLog
23 @@ -1,7 +1,12 @@
24 # ChangeLog for sci-geosciences/pydap_handlers_netcdf
25 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 04 Dec 2013; Justin Lecher <jlec@g.o>
30 + -pydap_handlers_netcdf-0.6.1.ebuild, +pydap_handlers_netcdf-0.6.4.ebuild,
31 + metadata.xml:
32 + Version BUmp; Bump to distutils-r1 eclass
33 +
34 *pydap_handlers_netcdf-0.6.1 (11 Apr 2012)
35
36 11 Apr 2012; Tim Cera <tim@××××××××.net>
37
38 diff --git a/sci-geosciences/pydap_handlers_netcdf/metadata.xml b/sci-geosciences/pydap_handlers_netcdf/metadata.xml
39 index 75b654f..a773561 100644
40 --- a/sci-geosciences/pydap_handlers_netcdf/metadata.xml
41 +++ b/sci-geosciences/pydap_handlers_netcdf/metadata.xml
42 @@ -1,12 +1,12 @@
43 <?xml version="1.0" encoding="UTF-8"?>
44 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
45 <pkgmetadata>
46 -<herd>sci-geosciences</herd>
47 -<maintainer>
48 -<email>tim@××××××××.net</email>
49 -<name>Tim Cera</name>
50 -</maintainer>
51 -<longdescription lang="en">
52 + <herd>sci-geosciences</herd>
53 + <maintainer>
54 + <email>tim@××××××××.net</email>
55 + <name>Tim Cera</name>
56 + </maintainer>
57 + <longdescription lang="en">
58 Pydap is a pure Python library implementing the Data Access Protocol.
59 pydap_handlers_netcdf allows Pydap server to serve NetCDF formatted files.
60 </longdescription>
61
62 diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild
63 deleted file mode 100644
64 index e8195bb..0000000
65 --- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild
66 +++ /dev/null
67 @@ -1,38 +0,0 @@
68 -# Copyright 1999-2012 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Header: $
71 -
72 -EAPI="3"
73 -
74 -PYTHON_DEPEND="2"
75 -SUPPORT_PYTHON_ABIS="1"
76 -RESTRICT_PYTHON_ABIS="3.*"
77 -
78 -inherit distutils
79 -
80 -MY_PN=${PN//_/.}
81 -MY_P=${P//_/.}
82 -
83 -DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server."
84 -HOMEPAGE="http://pydap.org/"
85 -
86 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
87 -
88 -LICENSE="pydap"
89 -SLOT="0"
90 -KEYWORDS="~amd64"
91 -IUSE=""
92 -
93 -DEPEND=">=dev-python/setuptools-0.6_rc3
94 - >=dev-python/paver-1.0.4"
95 -RDEPEND="
96 - >=sci-geosciences/pydap-3.0_rc8
97 - >=dev-python/pupynere-1.0.8
98 - >=dev-python/arrayterator-1.0.1"
99 -
100 -S="${WORKDIR}/${MY_P}"
101 -
102 -src_prepare() {
103 - paver generate_setup || die
104 - distutils_src_prepare
105 -}
106
107 diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
108 new file mode 100644
109 index 0000000..4ea99e8
110 --- /dev/null
111 +++ b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
112 @@ -0,0 +1,36 @@
113 +# Copyright 1999-2013 Gentoo Foundation
114 +# Distributed under the terms of the GNU General Public License v2
115 +# $Header: $
116 +
117 +EAPI=5
118 +
119 +PYTHON_COMPAT=( python{2_6,2_7} )
120 +
121 +inherit distutils-r1
122 +
123 +MY_PN=${PN//_/.}
124 +MY_P=${P//_/.}
125 +
126 +DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server."
127 +HOMEPAGE="http://pydap.org/"
128 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
129 +
130 +LICENSE="pydap"
131 +SLOT="0"
132 +KEYWORDS="~amd64"
133 +IUSE=""
134 +
135 +DEPEND="
136 + >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
137 + >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
138 +RDEPEND="
139 + >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
140 + >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
141 + >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]"
142 +
143 +S="${WORKDIR}/${MY_P}"
144 +
145 +python_prepare_all() {
146 + paver generate_setup || die
147 + distutils-r1_python_prepare_all
148 +}