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: Wed, 27 Jul 2016 12:01:46
Message-Id: 1469618716.d1c087fd45b64f0a00bea54caace10c8a34b3b9c.marbre@gentoo
1 commit: d1c087fd45b64f0a00bea54caace10c8a34b3b9c
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Wed Jul 27 11:25:16 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Wed Jul 27 11:25:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1c087fd
7
8 dev-python/hdf5storage: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/hdf5storage/hdf5storage-0.1.11.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
16 deleted file mode 100644
17 index 9efada4..0000000
18 --- a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
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