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 1D25F138247 for ; Wed, 4 Dec 2013 15:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41D8E0B26; Wed, 4 Dec 2013 15:00:18 +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 99CD3E0B22 for ; Wed, 4 Dec 2013 15:00:17 +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 8A0EE33F436 for ; Wed, 4 Dec 2013 15:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3192511000A for ; Wed, 4 Dec 2013 15:00:10 +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: <1386164369.bd9b464d766db83cc925fcf23cea928a77649e9e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/ X-VCS-Repository: proj/sci X-VCS-Files: sci-geosciences/pydap_handlers_netcdf/ChangeLog sci-geosciences/pydap_handlers_netcdf/metadata.xml sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild X-VCS-Directories: sci-geosciences/pydap_handlers_netcdf/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bd9b464d766db83cc925fcf23cea928a77649e9e X-VCS-Branch: master Date: Wed, 4 Dec 2013 15:00:10 +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: f2d6c72f-c05c-418f-9ae0-924d1a24ead2 X-Archives-Hash: 729b72fb2a00d310606d29e2bb490b85 commit: bd9b464d766db83cc925fcf23cea928a77649e9e Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 4 13:39:29 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 4 13:39:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd9b464d sci-geosciences/pydap_handlers_netcdf: Version BUmp; Bump to distutils-r1 eclass Package-Manager: portage-2.2.7 --- sci-geosciences/pydap_handlers_netcdf/ChangeLog | 7 +++- sci-geosciences/pydap_handlers_netcdf/metadata.xml | 12 +++---- .../pydap_handlers_netcdf-0.6.1.ebuild | 38 ---------------------- .../pydap_handlers_netcdf-0.6.4.ebuild | 36 ++++++++++++++++++++ 4 files changed, 48 insertions(+), 45 deletions(-) diff --git a/sci-geosciences/pydap_handlers_netcdf/ChangeLog b/sci-geosciences/pydap_handlers_netcdf/ChangeLog index f7a40bb..46cdf44 100644 --- a/sci-geosciences/pydap_handlers_netcdf/ChangeLog +++ b/sci-geosciences/pydap_handlers_netcdf/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-geosciences/pydap_handlers_netcdf -# Copyright 1999-2012 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_netcdf-0.6.1.ebuild, +pydap_handlers_netcdf-0.6.4.ebuild, + metadata.xml: + Version BUmp; Bump to distutils-r1 eclass + *pydap_handlers_netcdf-0.6.1 (11 Apr 2012) 11 Apr 2012; Tim Cera diff --git a/sci-geosciences/pydap_handlers_netcdf/metadata.xml b/sci-geosciences/pydap_handlers_netcdf/metadata.xml index 75b654f..a773561 100644 --- a/sci-geosciences/pydap_handlers_netcdf/metadata.xml +++ b/sci-geosciences/pydap_handlers_netcdf/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_netcdf allows Pydap server to serve NetCDF formatted files. diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild deleted file mode 100644 index e8195bb..0000000 --- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN=${PN//_/.} -MY_P=${P//_/.} - -DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server." -HOMEPAGE="http://pydap.org/" - -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="pydap" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/setuptools-0.6_rc3 - >=dev-python/paver-1.0.4" -RDEPEND=" - >=sci-geosciences/pydap-3.0_rc8 - >=dev-python/pupynere-1.0.8 - >=dev-python/arrayterator-1.0.1" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - paver generate_setup || die - distutils_src_prepare -} diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild new file mode 100644 index 0000000..4ea99e8 --- /dev/null +++ b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +MY_PN=${PN//_/.} +MY_P=${P//_/.} + +DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server." +HOMEPAGE="http://pydap.org/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="pydap" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-python/setuptools-0.6_rc3[${PYTHON_USEDEP}] + >=dev-python/paver-1.0.4[${PYTHON_USEDEP}]" +RDEPEND=" + >=sci-geosciences/pydap-3.0_rc8[${PYTHON_USEDEP}] + >=dev-python/pupynere-1.0.8[${PYTHON_USEDEP}] + >=dev-python/arrayterator-1.0.1[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}" + +python_prepare_all() { + paver generate_setup || die + distutils-r1_python_prepare_all +}