From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34241138330 for ; Thu, 15 Sep 2016 08:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B2D0E0B12; Thu, 15 Sep 2016 08:52:38 +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 6FC7CE0B12 for ; Thu, 15 Sep 2016 08:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 189C8340997 for ; Thu, 15 Sep 2016 08:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C242479 for ; Thu, 15 Sep 2016 08:52:33 +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: <1473929362.a935d97cf499f42c3922e3e076d0a64073896e77.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.14.ebuild X-VCS-Directories: dev-python/hdf5storage/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: a935d97cf499f42c3922e3e076d0a64073896e77 X-VCS-Branch: master Date: Thu, 15 Sep 2016 08:52:33 +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: 1e26c8ca-a7ff-4b27-8088-b72be48d6dad X-Archives-Hash: 724af12067dbe04676b41df5d6247fdc commit: a935d97cf499f42c3922e3e076d0a64073896e77 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Sep 15 08:49:22 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Thu Sep 15 08:49:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a935d97c dev-python/hdf5storage: Version bump to 0.1.14 Package-Manager: portage-2.2.28 dev-python/hdf5storage/hdf5storage-0.1.14.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.14.ebuild new file mode 100644 index 0000000..9efada4 --- /dev/null +++ b/dev-python/hdf5storage/hdf5storage-0.1.14.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