commit:     e0b3f9f7470d470b1432ce9c66ed4be829e82c08
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 12:04:53 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  2 12:05:06 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0b3f9f7

dev-python/zarr: add 2.11.3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/zarr/zarr-2.11.3.ebuild | 57 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/dev-python/zarr/zarr-2.11.3.ebuild 
b/dev-python/zarr/zarr-2.11.3.ebuild
new file mode 100644
index 000000000..50ec85404
--- /dev/null
+++ b/dev-python/zarr/zarr-2.11.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python"
+HOMEPAGE="https://github.com/zarr-developers/zarr-python";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-python/asciitree[${PYTHON_USEDEP}]
+       dev-python/fasteners[${PYTHON_USEDEP}]
+       >=dev-python/numcodecs-0.6.4[${PYTHON_USEDEP}]
+       >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+       test? (
+               dev-python/msgpack[${PYTHON_USEDEP}]
+       )
+"
+
+# Reported upsream
+# https://github.com/zarr-developers/zarr-python/issues/961
+EPYTEST_DESELECT=(
+       zarr/tests/test_core.py::TestArray::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithPath::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithChunkStore::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithDirectoryStore::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithNestedDirectoryStore::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithDBMStore::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithSQLiteStore::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithNoCompressor::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithBZ2Compressor::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithBloscCompressor::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithLZMACompressor::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithCustomMapping::test_object_arrays_vlen_bytes
+       zarr/tests/test_core.py::TestArrayNoCache::test_object_arrays_vlen_bytes
+       
zarr/tests/test_core.py::TestArrayWithStoreCache::test_object_arrays_vlen_bytes
+       zarr/tests/test_sync.py::TestArray::test_object_arrays_vlen_bytes
+       
zarr/tests/test_sync.py::TestArrayWithThreadSynchronizer::test_object_arrays_vlen_bytes
+       
zarr/tests/test_sync.py::TestArrayWithProcessSynchronizer::test_object_arrays_vlen_bytes
+)
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/numpydoc dev-python/sphinx-issues 
dev-python/sphinx_rtd_theme

Reply via email to