commit: 26c7bd1533f0f93d900d5071d20bd9f9ab1d6933
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jul 12 16:11:57 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jul 12 16:11:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26c7bd15
dev-python/hdf5storage: added second version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/hdf5storage/hdf5storage-0.1.17.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
new file mode 100644
index 000000000..22f9151e0
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.17.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+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="https://github.com/frejanordsiek/hdf5storage/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/h5py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose