From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RSftP-0002kB-PK for garchives@archives.gentoo.org; Tue, 22 Nov 2011 02:15:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7264F21C03E; Tue, 22 Nov 2011 02:15:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C67C21C03E for ; Tue, 22 Nov 2011 02:15:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4165B1ECF44 for ; Tue, 22 Nov 2011 02:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 84DF480042 for ; Tue, 22 Nov 2011 02:15:08 +0000 (UTC) From: "Tim Cera" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Cera" Message-ID: <9bc0f1664bd57557cac33250b0b977ddef24e98d.timcera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_hdf5/ X-VCS-Repository: proj/sci X-VCS-Files: sci-geosciences/pydap_handlers_hdf5/ChangeLog sci-geosciences/pydap_handlers_hdf5/metadata.xml sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.4.ebuild X-VCS-Directories: sci-geosciences/pydap_handlers_hdf5/ X-VCS-Committer: timcera X-VCS-Committer-Name: Tim Cera X-VCS-Revision: 9bc0f1664bd57557cac33250b0b977ddef24e98d Date: Tue, 22 Nov 2011 02:15:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8fc177d6-21ce-4c6e-8d7a-88e570d86625 X-Archives-Hash: c1e3e3163472a077b9eb0b66d0925f10 commit: 9bc0f1664bd57557cac33250b0b977ddef24e98d Author: timcera cerazone net> AuthorDate: Tue Nov 22 02:14:13 2011 +0000 Commit: Tim Cera earthlink net> CommitDate: Tue Nov 22 02:14:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9bc0f166 sci-geosciences/pydap_handlers_hdf5: Initial ebuild --- sci-geosciences/pydap_handlers_hdf5/ChangeLog | 10 ++++++ sci-geosciences/pydap_handlers_hdf5/metadata.xml | 13 ++++++++ .../pydap_handlers_hdf5-0.1.4.ebuild | 33 ++++++++++++++= ++++++ 3 files changed, 56 insertions(+), 0 deletions(-) diff --git a/sci-geosciences/pydap_handlers_hdf5/ChangeLog b/sci-geoscien= ces/pydap_handlers_hdf5/ChangeLog new file mode 100644 index 0000000..2d2cd2d --- /dev/null +++ b/sci-geosciences/pydap_handlers_hdf5/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-geosciences/pydap_handlers_hdf5 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*pydap_handlers_hdf5-0.1.4 (21 Nov 2011) + + 21 Nov 2011; Tim Cera +pydap_handlers_hdf5-0.1.4.eb= uild, + +metadata.xml: + Initial ebuild. + diff --git a/sci-geosciences/pydap_handlers_hdf5/metadata.xml b/sci-geosc= iences/pydap_handlers_hdf5/metadata.xml new file mode 100644 index 0000000..08ae8fd --- /dev/null +++ b/sci-geosciences/pydap_handlers_hdf5/metadata.xml @@ -0,0 +1,13 @@ + + + +sci + +tim@cerazone.net +Tim Cera + + + Pydap is a pure Python library implementing the Data Access Protocol. + pydap_handlers_hdf5 allows Pydap server to serve hdf5 formatted files. + + diff --git a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.= 4.ebuild b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.4.= ebuild new file mode 100644 index 0000000..572e8f1 --- /dev/null +++ b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.4.ebuil= d @@ -0,0 +1,33 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +PYTHON_DEPEND=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" +RESTRICT_PYTHON_ABIS=3D"3.*" + +inherit distutils + +MY_PN=3D${PN//_/.} +MY_P=3D${P//_/.} + +DESCRIPTION=3D"HDF5 file handler for Pydap Data Access Protocol server." +HOMEPAGE=3D"http://pydap.org/" + +SRC_URI=3D"mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE=3D"pydap" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +DEPEND=3D">=3Ddev-python/setuptools-0.6_rc3" +RDEPEND=3D" + >=3Dsci-geosciences/pydap-3.0 + >=3Ddev-python/pupynere-1.0.8 + >=3Ddev-python/arrayterator-1.0.1 + >=3Ddev-python/h5py-2.0" + +S=3D"${WORKDIR}/${MY_P}"