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/
Date: Wed, 04 Dec 2013 15:00:17
Message-Id: 1386163022.6b1ee75be6a651f661877439a554c1ba1c0312d5.jlec@gentoo
1 commit: 6b1ee75be6a651f661877439a554c1ba1c0312d5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 13:17:02 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 13:17:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6b1ee75b
7
8 sci-geosciences/pydap: Version BUmp
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-geosciences/pydap/ChangeLog | 5 +++++
14 sci-geosciences/pydap/pydap-3.1.1.ebuild | 38 ++++++++++++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/sci-geosciences/pydap/ChangeLog b/sci-geosciences/pydap/ChangeLog
18 index 4bf8225..1b34bdc 100644
19 --- a/sci-geosciences/pydap/ChangeLog
20 +++ b/sci-geosciences/pydap/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*pydap-3.1.1 (04 Dec 2013)
26 +
27 + 04 Dec 2013; Justin Lecher <jlec@g.o> +pydap-3.1.1.ebuild:
28 + Version BUmp
29 +
30 *pydap-3.1 (03 Jul 2013)
31
32 03 Jul 2013; Justin Lecher <jlec@g.o> -pydap-3.0.3.ebuild,
33
34 diff --git a/sci-geosciences/pydap/pydap-3.1.1.ebuild b/sci-geosciences/pydap/pydap-3.1.1.ebuild
35 new file mode 100644
36 index 0000000..262ddf0
37 --- /dev/null
38 +++ b/sci-geosciences/pydap/pydap-3.1.1.ebuild
39 @@ -0,0 +1,38 @@
40 +# Copyright 1999-2013 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=5
45 +
46 +PYTHON_COMPAT=( python{2_6,2_7} )
47 +
48 +inherit distutils-r1
49 +
50 +MY_PN=${PN/pydap/Pydap}
51 +MY_P=${P/pydap/Pydap}
52 +MY_P=${MY_P/_rc/.rc.}
53 +
54 +DESCRIPTION="Data Access Protocol client and server."
55 +HOMEPAGE="http://pydap.org"
56 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
57 +
58 +LICENSE="pydap"
59 +SLOT="0"
60 +KEYWORDS="~amd64"
61 +IUSE=""
62 +
63 +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
64 +RDEPEND="
65 + dev-python/wsgiintercept[${PYTHON_USEDEP}]
66 + >=dev-python/numpy-1.2.1[${PYTHON_USEDEP}]
67 + >=dev-python/httplib2-0.4.0[${PYTHON_USEDEP}]
68 + >=dev-python/genshi-0.5.1[${PYTHON_USEDEP}]
69 + >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
70 + >=dev-python/pastescript-1.7.2[${PYTHON_USEDEP}]
71 + >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]"
72 +
73 +S="$WORKDIR"/${MY_P}
74 +
75 +python_test() {
76 + esetup.py test
77 +}