From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65DB71387B1 for ; Wed, 4 Dec 2013 15:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7F1BE0B1E; Wed, 4 Dec 2013 15:00:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F38B1E0B21 for ; Wed, 4 Dec 2013 15:00:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C382B33F437 for ; Wed, 4 Dec 2013 15:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86099110007 for ; Wed, 4 Dec 2013 15:00:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1386163652.e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_csv/ X-VCS-Repository: proj/sci X-VCS-Files: sci-geosciences/pydap_handlers_csv/ChangeLog sci-geosciences/pydap_handlers_csv/metadata.xml sci-geosciences/pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild X-VCS-Directories: sci-geosciences/pydap_handlers_csv/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5 X-VCS-Branch: master Date: Wed, 4 Dec 2013 15:00:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4fae567e-6c5c-4893-872a-2f8977d7d878 X-Archives-Hash: e120eb9044587b5f2903d99a64d9c90b commit: e6cbd62d117da9de7a20d8fb3a51a24fcc6d26e5 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 4 13:27:32 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 13:27:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e6cbd62d sci-geosciences/pydap_handlers_csv: Bump to distutils-r1 eclass Package-Manager: portage-2.2.7 --- sci-geosciences/pydap_handlers_csv/ChangeLog | 6 +++++- sci-geosciences/pydap_handlers_csv/metadata.xml | 12 ++++++------ .../pydap_handlers_csv/pydap_handlers_csv-0.1.1.ebuild | 14 ++++++-------- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/sci-geosciences/pydap_handlers_csv/ChangeLog b/sci-geosciences/pydap_handlers_csv/ChangeLog index fb134c9..e5e0e5f 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 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 diff --git a/sci-geosciences/pydap_handlers_csv/metadata.xml b/sci-geosciences/pydap_handlers_csv/metadata.xml index b94a5fe..41d8db5 100644 --- a/sci-geosciences/pydap_handlers_csv/metadata.xml +++ b/sci-geosciences/pydap_handlers_csv/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_csv allows Pydap server to serve CSV formatted files. 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 65b0255..560b4d8 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"