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_hdf5/
Date: Wed, 04 Dec 2013 15:00:17
Message-Id: 1386164162.e79811bd93b1dce44dde7120ccf24319e79da140.jlec@gentoo
1 commit: e79811bd93b1dce44dde7120ccf24319e79da140
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:36:02 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:36:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e79811bd
7
8 sci-geosciences/pydap_handlers_hdf5: Version BUmp; Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_hdf5/ChangeLog | 7 +++-
14 sci-geosciences/pydap_handlers_hdf5/metadata.xml | 12 +++----
15 .../pydap_handlers_hdf5-0.1.5.ebuild | 39 ----------------------
16 .../pydap_handlers_hdf5-0.1.7.ebuild | 37 ++++++++++++++++++++
17 4 files changed, 49 insertions(+), 46 deletions(-)
18
19 diff --git a/sci-geosciences/pydap_handlers_hdf5/ChangeLog b/sci-geosciences/pydap_handlers_hdf5/ChangeLog
20 index ed55adf..717db8c 100644
21 --- a/sci-geosciences/pydap_handlers_hdf5/ChangeLog
22 +++ b/sci-geosciences/pydap_handlers_hdf5/ChangeLog
23 @@ -1,7 +1,12 @@
24 # ChangeLog for sci-geosciences/pydap_handlers_hdf5
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_hdf5-0.1.5.ebuild, +pydap_handlers_hdf5-0.1.7.ebuild,
31 + metadata.xml:
32 + Version BUmp; Bump to distutils-r1 eclass
33 +
34 *pydap_handlers_hdf5-0.1.5 (11 Apr 2012)
35
36 11 Apr 2012; Tim Cera <tim@××××××××.net> -pydap_handlers_hdf5-0.1.4.ebuild,
37
38 diff --git a/sci-geosciences/pydap_handlers_hdf5/metadata.xml b/sci-geosciences/pydap_handlers_hdf5/metadata.xml
39 index c5ba2a3..439a337 100644
40 --- a/sci-geosciences/pydap_handlers_hdf5/metadata.xml
41 +++ b/sci-geosciences/pydap_handlers_hdf5/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_hdf5 allows Pydap server to serve hdf5 formatted files.
60 </longdescription>
61
62 diff --git a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.5.ebuild b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.5.ebuild
63 deleted file mode 100644
64 index 9a3bfb4..0000000
65 --- a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.5.ebuild
66 +++ /dev/null
67 @@ -1,39 +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="HDF5 file 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
97 - >=dev-python/pupynere-1.0.8
98 - >=dev-python/arrayterator-1.0.1
99 - >=dev-python/h5py-2.0"
100 -
101 -S="${WORKDIR}/${MY_P}"
102 -
103 -src_prepare() {
104 - paver generate_setup || die
105 - distutils_src_prepare
106 -}
107
108 diff --git a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
109 new file mode 100644
110 index 0000000..8e1e353
111 --- /dev/null
112 +++ b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
113 @@ -0,0 +1,37 @@
114 +# Copyright 1999-2013 Gentoo Foundation
115 +# Distributed under the terms of the GNU General Public License v2
116 +# $Header: $
117 +
118 +EAPI=5
119 +
120 +PYTHON_COMPAT=( python{2_6,2_7} )
121 +
122 +inherit distutils-r1
123 +
124 +MY_PN=${PN//_/.}
125 +MY_P=${P//_/.}
126 +
127 +DESCRIPTION="HDF5 file handler for Pydap Data Access Protocol server."
128 +HOMEPAGE="http://pydap.org/"
129 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
130 +
131 +LICENSE="pydap"
132 +SLOT="0"
133 +KEYWORDS="~amd64"
134 +IUSE=""
135 +
136 +DEPEND="
137 + >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]
138 + >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]"
139 +RDEPEND="
140 + >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
141 + >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}]
142 + >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]
143 + >=dev-python/h5py-2.0[${PYTHON_USEDEP}]"
144 +
145 +S="${WORKDIR}/${MY_P}"
146 +
147 +python_prepare_all() {
148 + paver generate_setup || die
149 + distutils-r1_python_prepare_all
150 +}