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 B688259CAF for ; Fri, 1 Apr 2016 15:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EF421C001; Fri, 1 Apr 2016 15:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ECF821C001 for ; Fri, 1 Apr 2016 15:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC556340DC5 for ; Fri, 1 Apr 2016 15:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF097C for ; Fri, 1 Apr 2016 15:04:23 +0000 (UTC) From: "Marius Brehler" 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" Message-ID: <1459523006.9b2c1431170b0b458f2dd69a405a58c9093b962a.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.13.ebuild X-VCS-Directories: dev-python/hdf5storage/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 9b2c1431170b0b458f2dd69a405a58c9093b962a X-VCS-Branch: master Date: Fri, 1 Apr 2016 15:04:23 +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: 5e9d3281-bc0a-4aa0-8145-556c52b1a90e X-Archives-Hash: aec346402a1ebc0798c606be070f2df1 commit: 9b2c1431170b0b458f2dd69a405a58c9093b962a Author: Marius Brehler linux sungazer de> AuthorDate: Fri Apr 1 15:03:26 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Apr 1 15:03:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b2c1431 dev-python/hdf5storage: Version bump Package-Manager: portage-2.2.26 dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild new file mode 100644 index 0000000..9efada4 --- /dev/null +++ b/dev-python/hdf5storage/hdf5storage-0.1.13.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