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