commit: 0fdf3caf475343a6b4c58680560dd74e00385e25
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 20:42:24 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 20:43:38 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fdf3caf
dev-python/hdf5storage: drop old version
Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/hdf5storage/hdf5storage-0.1.13.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
deleted file mode 100644
index ed7954124..000000000
--- a/dev-python/hdf5storage/hdf5storage-0.1.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{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