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_proxy/
Date: Wed, 04 Dec 2013 15:00:26
Message-Id: 1386164443.cbb115383340993ed78d94c489e04cf456d7a278.jlec@gentoo
1 commit: cbb115383340993ed78d94c489e04cf456d7a278
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:40:43 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:40:43 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cbb11538
7
8 sci-geosciences/pydap_handlers_proxy: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_proxy/ChangeLog | 6 +++++-
14 sci-geosciences/pydap_handlers_proxy/metadata.xml | 12 ++++++------
15 .../pydap_handlers_proxy-0.1.1.ebuild | 19 +++++++++----------
16 3 files changed, 20 insertions(+), 17 deletions(-)
17
18 diff --git a/sci-geosciences/pydap_handlers_proxy/ChangeLog b/sci-geosciences/pydap_handlers_proxy/ChangeLog
19 index c4afac7..658e8fd 100644
20 --- a/sci-geosciences/pydap_handlers_proxy/ChangeLog
21 +++ b/sci-geosciences/pydap_handlers_proxy/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-geosciences/pydap_handlers_proxy
24 -# Copyright 1999-2010 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_proxy-0.1.1.ebuild, metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *pydap_handlers_proxy-0.1.1 (08 Aug 2010)
33
34 08 Aug 2010; Tim Cera <tim@××××××××.net>
35
36 diff --git a/sci-geosciences/pydap_handlers_proxy/metadata.xml b/sci-geosciences/pydap_handlers_proxy/metadata.xml
37 index 7925193..48f54b6 100644
38 --- a/sci-geosciences/pydap_handlers_proxy/metadata.xml
39 +++ b/sci-geosciences/pydap_handlers_proxy/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_proxy allows Pydap server to serve data from other web sites.
58 </longdescription>
59
60 diff --git a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild b/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
61 index af5d892..146d444 100644
62 --- a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
63 +++ b/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
64 @@ -1,14 +1,12 @@
65 -# Copyright 1999-2010 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_rc8
89 - >=dev-python/paste-1.7.2
90 - >=dev-python/configobj-4.6.0"
91 +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
92 +RDEPEND="
93 + >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
94 + >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
95 + >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
96
97 S="$WORKDIR/$MY_P"