Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdf5storage/
Date: Fri, 01 Apr 2016 15:04:29
Message-Id: 1459523006.9b2c1431170b0b458f2dd69a405a58c9093b962a.marbre@gentoo
1 commit: 9b2c1431170b0b458f2dd69a405a58c9093b962a
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Apr 1 15:03:26 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Apr 1 15:03:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b2c1431
7
8 dev-python/hdf5storage: Version bump
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
16 new file mode 100644
17 index 0000000..9efada4
18 --- /dev/null
19 +++ b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
27 +
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files"
31 +HOMEPAGE="https://github.com/frejanordsiek/hdf5storage"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
33 +
34 +LICENSE="BSD-2"
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +
38 +RDEPEND="
39 + dev-python/numpy[${PYTHON_USEDEP}]
40 + dev-python/h5py[${PYTHON_USEDEP}]
41 + "
42 +DEPEND="${RDEPEND}"
43 \ No newline at end of file