aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-04 14:40:43 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-04 14:40:43 +0100
commitcbb115383340993ed78d94c489e04cf456d7a278 (patch)
treedd5f53b74d9ca9b84f223c42e60fd44f0fc15d35 /sci-geosciences
parentsci-geosciences/pydap_handlers_netcdf: Version BUmp; Bump to distutils-r1 eclass (diff)
downloadsci-cbb115383340993ed78d94c489e04cf456d7a278.tar.gz
sci-cbb115383340993ed78d94c489e04cf456d7a278.tar.bz2
sci-cbb115383340993ed78d94c489e04cf456d7a278.zip
sci-geosciences/pydap_handlers_proxy: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/pydap_handlers_proxy/ChangeLog6
-rw-r--r--sci-geosciences/pydap_handlers_proxy/metadata.xml12
-rw-r--r--sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild19
3 files changed, 20 insertions, 17 deletions
diff --git a/sci-geosciences/pydap_handlers_proxy/ChangeLog b/sci-geosciences/pydap_handlers_proxy/ChangeLog
index c4afac7bc..658e8fdd6 100644
--- a/sci-geosciences/pydap_handlers_proxy/ChangeLog
+++ b/sci-geosciences/pydap_handlers_proxy/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-geosciences/pydap_handlers_proxy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Dec 2013; Justin Lecher <jlec@gentoo.org>
+ pydap_handlers_proxy-0.1.1.ebuild, metadata.xml:
+ Bump to distutils-r1 eclass
+
*pydap_handlers_proxy-0.1.1 (08 Aug 2010)
08 Aug 2010; Tim Cera <tim@cerazone.net>
diff --git a/sci-geosciences/pydap_handlers_proxy/metadata.xml b/sci-geosciences/pydap_handlers_proxy/metadata.xml
index 7925193cc..48f54b60b 100644
--- a/sci-geosciences/pydap_handlers_proxy/metadata.xml
+++ b/sci-geosciences/pydap_handlers_proxy/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-geosciences</herd>
-<maintainer>
-<email>tim@cerazone.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci-geosciences</herd>
+ <maintainer>
+ <email>tim@cerazone.net</email>
+ <name>Tim Cera</name>
+ </maintainer>
+ <longdescription lang="en">
Pydap is a pure Python library implementing the Data Access Protocol.
pydap_handlers_proxy allows Pydap server to serve data from other web sites.
</longdescription>
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
index af5d89232..146d444a1 100644
--- 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
@@ -1,14 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils
+inherit distutils-r1
MY_PN=${PN//_/.}
MY_P=${P//_/.}
@@ -22,9 +20,10 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-python/setuptools-0.6_rc3"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc8
- >=dev-python/paste-1.7.2
- >=dev-python/configobj-4.6.0"
+DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}]
+ >=dev-python/paste-1.7.2[${PYTHON_USEDEP}]
+ >=dev-python/configobj-4.6.0[${PYTHON_USEDEP}]"
S="$WORKDIR/$MY_P"