commit: d1c087fd45b64f0a00bea54caace10c8a34b3b9c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Jul 27 11:25:16 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Wed Jul 27 11:25:16 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1c087fd
dev-python/hdf5storage: Drop old
Package-Manager: portage-2.2.28
dev-python/hdf5storage/hdf5storage-0.1.11.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
deleted file mode 100644
index 9efada4..0000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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