commit:     d4d4a0c2ac39f7cf0ccd48bde3174ef8a8a09547
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb  9 12:52:42 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb  9 12:52:42 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d4d4a0c2

dev-python/hdf5storage: add 0.1.19

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/hdf5storage/hdf5storage-0.1.19.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild 
b/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild
new file mode 100644
index 000000000..196cb4a25
--- /dev/null
+++ b/dev-python/hdf5storage/hdf5storage-0.1.19.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_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/v${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 pytest

Reply via email to