From 6019cbb6004c71f73a4940953c31287580335532 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 4 Dec 2013 14:41:40 +0100 Subject: sci-geosciences/pydap_handlers_sqlite: Bump to distutils-r1 eclass Package-Manager: portage-2.2.7 --- sci-geosciences/pydap_handlers_sqlite/ChangeLog | 6 +++++- sci-geosciences/pydap_handlers_sqlite/metadata.xml | 12 ++++++------ .../pydap_handlers_sqlite-0.1.0.ebuild | 18 ++++++++---------- 3 files changed, 19 insertions(+), 17 deletions(-) (limited to 'sci-geosciences') diff --git a/sci-geosciences/pydap_handlers_sqlite/ChangeLog b/sci-geosciences/pydap_handlers_sqlite/ChangeLog index c8d0b2409..6be3702a2 100644 --- a/sci-geosciences/pydap_handlers_sqlite/ChangeLog +++ b/sci-geosciences/pydap_handlers_sqlite/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-geosciences/pydap_handlers_sqlite -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Dec 2013; Justin Lecher + pydap_handlers_sqlite-0.1.0.ebuild, metadata.xml: + Bump to distutils-r1 eclass + *pydap_handlers_sqlite-0.1.0 (23 Nov 2011) 23 Nov 2011; Tim Cera +pydap_handlers_sqlite-0.1.0.ebuild, diff --git a/sci-geosciences/pydap_handlers_sqlite/metadata.xml b/sci-geosciences/pydap_handlers_sqlite/metadata.xml index c024591c3..2709f644d 100644 --- a/sci-geosciences/pydap_handlers_sqlite/metadata.xml +++ b/sci-geosciences/pydap_handlers_sqlite/metadata.xml @@ -1,12 +1,12 @@ - sci-geosciences - - tim@cerazone.net - Tim Cera - - + sci-geosciences + + tim@cerazone.net + Tim Cera + + Pydap is a pure Python library implementing the Data Access Protocol. pydap_handlers_sqlite allows Pydap server to serve data from SQLite files. 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 index dc74dbcac..603697455 100644 --- 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 @@ -1,14 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +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,10 +20,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-python/setuptools-0.6_rc3" +DEPEND=">=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}]" RDEPEND=" - >=sci-geosciences/pydap-3.0 - >=dev-python/simplejson-2.1.6 - >=dev-python/numpy-1.5.1" + >=sci-geosciences/pydap-3.0[${PYTHON_USEDEP}] + >=dev-python/simplejson-2.1.6[${PYTHON_USEDEP}] + >=dev-python/numpy-1.5.1[${PYTHON_USEDEP}]" S="$WORKDIR/$MY_P" -- cgit v1.2.3-18-g5258