aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-04 14:27:32 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-04 14:27:32 +0100
commite6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5 (patch)
tree1a7202b864719987ad99d033aaa6b207d4edc77a /sci-geosciences
parentsci-geosciences/pydap_handlers_cdms: Bump to distutils-r1 eclass (diff)
downloadsci-e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5.tar.gz
sci-e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5.tar.bz2
sci-e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5.zip
sci-geosciences/pydap_handlers_csv: Bump to distutils-r1 eclass
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/pydap_handlers_csv/ChangeLog6
-rw-r--r--sci-geosciences/pydap_handlers_csv/metadata.xml12
-rw-r--r--sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild14
3 files changed, 17 insertions, 15 deletions
diff --git a/sci-geosciences/pydap_handlers_csv/ChangeLog b/sci-geosciences/pydap_handlers_csv/ChangeLog
index fb134c97b..e5e0e5f5d 100644
--- a/sci-geosciences/pydap_handlers_csv/ChangeLog
+++ b/sci-geosciences/pydap_handlers_csv/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-geosciences/pydap_handlers_csv
-# 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_csv-0.1.1.ebuild,
+ metadata.xml:
+ Bump to distutils-r1 eclass
+
*pydap_handlers_csv-0.1.1 (16 Aug 2010)
16 Aug 2010; Tim Cera <tim@cerazone.net>
diff --git a/sci-geosciences/pydap_handlers_csv/metadata.xml b/sci-geosciences/pydap_handlers_csv/metadata.xml
index b94a5fe70..41d8db5a9 100644
--- a/sci-geosciences/pydap_handlers_csv/metadata.xml
+++ b/sci-geosciences/pydap_handlers_csv/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_csv allows Pydap server to serve CSV formatted files.
</longdescription>
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
index 65b025504..560b4d866 100644
--- 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
@@ -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,7 +20,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-python/setuptools-0.6_rc3"
-RDEPEND=">=sci-geosciences/pydap-3.0_rc10"
+DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]"
+RDEPEND=">=sci-geosciences/pydap-3.0_rc10[${PYTHON_USEDEP}]"
S="$WORKDIR/$MY_P"