commit: 622de12eeaa67b6a56a21fa99b4c848353915ec1
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sat Mar 8 19:51:52 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 15:46:37 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=622de12e
dev-python/zarr: add version 2.18.4
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/zarr/zarr-2.18.4.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-python/zarr/zarr-2.18.4.ebuild
b/dev-python/zarr/zarr-2.18.4.ebuild
new file mode 100644
index 000000000..61afec2d3
--- /dev/null
+++ b/dev-python/zarr/zarr-2.18.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python"
+HOMEPAGE="https://github.com/zarr-developers/zarr-python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/asciitree[${PYTHON_USEDEP}]
+ dev-python/fasteners[${PYTHON_USEDEP}]
+ dev-python/numcodecs[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? (
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_DESELECT=(
+ # https://github.com/zarr-developers/zarr-python/issues/1819
+ zarr/tests/test_storage.py::TestFSStore::test_hierarchy
+ zarr/tests/test_storage.py::TestFSStore::test_complex
+ zarr/tests/test_storage.py::TestFSStoreWithKeySeparator::test_hierarchy
+ zarr/tests/test_storage.py::TestFSStoreFromFilesystem::test_hierarchy
+ zarr/tests/test_storage.py::TestN5FSStore::test_hierarchy
+ zarr/tests/test_storage.py::TestN5FSStore::test_complex
+ zarr/tests/test_storage.py::TestNestedFSStore::test_hierarchy
+)
+
+distutils_enable_tests pytest
+#distutils_enable_sphinx docs dev-python/numpydoc dev-python/sphinx-issues
dev-python/sphinx-rtd-theme