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_sqlite/
Date: Wed, 04 Dec 2013 15:00:20
Message-Id: 1386164500.6019cbb6004c71f73a4940953c31287580335532.jlec@gentoo
1 commit: 6019cbb6004c71f73a4940953c31287580335532
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:41:40 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:41:40 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6019cbb6
7
8 sci-geosciences/pydap_handlers_sqlite: Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap_handlers_sqlite/ChangeLog | 6 +++++-
14 sci-geosciences/pydap_handlers_sqlite/metadata.xml | 12 ++++++------
15 .../pydap_handlers_sqlite-0.1.0.ebuild | 18 ++++++++----------
16 3 files changed, 19 insertions(+), 17 deletions(-)
17
18 diff --git a/sci-geosciences/pydap_handlers_sqlite/ChangeLog b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
19 index c8d0b24..6be3702 100644
20 --- a/sci-geosciences/pydap_handlers_sqlite/ChangeLog
21 +++ b/sci-geosciences/pydap_handlers_sqlite/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for sci-geosciences/pydap_handlers_sqlite
24 -# Copyright 1999-2011 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_sqlite-0.1.0.ebuild, metadata.xml:
30 + Bump to distutils-r1 eclass
31 +
32 *pydap_handlers_sqlite-0.1.0 (23 Nov 2011)
33
34 23 Nov 2011; Tim Cera <tim@××××××××.net> +pydap_handlers_sqlite-0.1.0.ebuild,
35
36 diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml
37 index c024591..2709f64 100644
38 --- a/sci-geosciences/pydap_handlers_sqlite/metadata.xml
39 +++ b/sci-geosciences/pydap_handlers_sqlite/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_sqlite allows Pydap server to serve data from SQLite files.
58 </longdescription>
59
60 diff --git a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
61 index dc74dbc..6036974 100644
62 --- a/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
63 +++ b/sci-geosciences/pydap_handlers_sqlite/pydap_handlers_sqlite-0.1.0.ebuild
64 @@ -1,14 +1,12 @@
65 -# Copyright 1999-2011 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=3
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,10 +20,10 @@ SLOT="0"
84 KEYWORDS="~amd64"
85 IUSE=""
86
87 -DEPEND=">=dev-python/setuptools-0.6_rc3"
88 +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
89 RDEPEND="
90 - >=sci-geosciences/pydap-3.0
91 - >=dev-python/simplejson-2.1.6
92 - >=dev-python/numpy-1.5.1"
93 + >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}]
94 + >=dev-python/simplejson-2.1.6[${PYTHON_USEDEP}]
95 + >=dev-python/numpy-1.5.1[${PYTHON_USEDEP}]"
96
97 S="$WORKDIR/$MY_P"