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_csv/
Date: Wed, 04 Dec 2013 15:00:17
Message-Id: 1386163652.e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5.jlec@gentoo
1 commit: e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:27:32 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:27:32 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e6cbd62d
7
8 sci-geosciences/pydap_handlers_csv: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_csv/ChangeLog | 6 +++++-
14 sci-geosciences/pydap_handlers_csv/metadata.xml | 12 ++++++------
15 .../pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild | 14 ++++++--------
16 3 files changed, 17 insertions(+), 15 deletions(-)
17
18 diff --git a/sci-geosciences/pydap_handlers_csv/ChangeLog b/sci-geosciences/pydap_handlers_csv/ChangeLog
19 index fb134c9..e5e0e5f 100644
20 --- a/sci-geosciences/pydap_handlers_csv/ChangeLog
21 +++ b/sci-geosciences/pydap_handlers_csv/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-geosciences/pydap_handlers_csv
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> pydap_handlers_csv-0.1.1.ebuild,
29 + metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *pydap_handlers_csv-0.1.1 (16 Aug 2010)
33
34 16 Aug 2010; Tim Cera <tim@××××××××.net>
35
36 diff --git a/sci-geosciences/pydap_handlers_csv/metadata.xml b/sci-geosciences/pydap_handlers_csv/metadata.xml
37 index b94a5fe..41d8db5 100644
38 --- a/sci-geosciences/pydap_handlers_csv/metadata.xml
39 +++ b/sci-geosciences/pydap_handlers_csv/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_csv allows Pydap server to serve CSV formatted files.
58 </longdescription>
59
60 diff --git a/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild b/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild
61 index 65b0255..560b4d8 100644
62 --- a/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild
63 +++ b/sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-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,7 +20,7 @@ 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 +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
90 +RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
91
92 S="$WORKDIR/$MY_P"