From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-862085-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D30E58973 for <garchives@archives.gentoo.org>; Mon, 8 Feb 2016 13:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4D321C139; Mon, 8 Feb 2016 13:18:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 475A121C139 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:18:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D45353407D0 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D0D98EB for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2016 13:18:10 +0000 (UTC) From: "Marius Brehler" <marbre@linux.sungazer.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" <marbre@linux.sungazer.de> Message-ID: <1454937431.6db8c7e7872771122bbacd7512f35685fc8c62e2.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/hdf5storage/hdf5storage-0.1.11.ebuild dev-python/hdf5storage/hdf5storage-9999.ebuild dev-python/hdf5storage/metadata.xml X-VCS-Directories: dev-python/hdf5storage/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 6db8c7e7872771122bbacd7512f35685fc8c62e2 X-VCS-Branch: master Date: Mon, 8 Feb 2016 13:18:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b61a6388-3415-4ee8-a335-ecd0e009b32b X-Archives-Hash: 9305a96f5679776352f9d90b92effd62 commit: 6db8c7e7872771122bbacd7512f35685fc8c62e2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Feb 8 13:17:11 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Mon Feb 8 13:17:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6db8c7e7 dev-python/hdf5storage: Add new package, ebuild written by me Package-Manager: portage-2.2.26 dev-python/hdf5storage/hdf5storage-0.1.11.ebuild | 22 ++++++++++++++++++++++ dev-python/hdf5storage/hdf5storage-9999.ebuild | 21 +++++++++++++++++++++ dev-python/hdf5storage/metadata.xml | 23 +++++++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild new file mode 100644 index 0000000..9efada4 --- /dev/null +++ b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files" +HOMEPAGE="https://github.com/frejanordsiek/hdf5storage" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/h5py[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" \ No newline at end of file diff --git a/dev-python/hdf5storage/hdf5storage-9999.ebuild b/dev-python/hdf5storage/hdf5storage-9999.ebuild new file mode 100644 index 0000000..6d32155 --- /dev/null +++ b/dev-python/hdf5storage/hdf5storage-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files" +HOMEPAGE="https://github.com/frejanordsiek/hdf5storage" +EGIT_REPO_URI="https://github.com/frejanordsiek/${PN}.git git://github.com/frejanordsiek/${PN}.git" + +LICENSE="BSD" +SLOT="0" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/h5py[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" \ No newline at end of file diff --git a/dev-python/hdf5storage/metadata.xml b/dev-python/hdf5storage/metadata.xml new file mode 100644 index 0000000..320a9f9 --- /dev/null +++ b/dev-python/hdf5storage/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marbre@linux.sungazer.de</email> + <name>Marius Brehler</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription> + This Python package provides high level utilities to read/write a + variety of Python types to/from HDF5 (Heirarchal Data Format) + formatted files. This package also provides support for MATLAB MAT + v7.3 formatted files, which are just HDF5 files with a different + extension and some extra meta-data. + </longdescription> + <upstream> + <remote-id type="pypi">hdf5storage</remote-id> + <remote-id type="github">frejanordsiek/hdf5storage</remote-id> + </upstream> +</pkgmetadata>