dev-python/zarr - 3.1.5 (science)

Search

Package Information

Description:
Chunked, compressed, N-dimensional arrays for Python
Homepage:
https://zarr.readthedocs.io/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.1.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Chunked, compressed, N-dimensional arrays for Python"
HOMEPAGE=https://zarr.readthedocs.io/
SRC_URI="https://github.com/zarr-developers/zarr-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

S="${WORKDIR}/zarr-python-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	dev-python/google-crc32c[${PYTHON_USEDEP}]
	dev-python/donfig[${PYTHON_USEDEP}]
	>=dev-python/numcodecs-0.14[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.25[${PYTHON_USEDEP}]
	dev-python/typing-extensions
"
DEPEND="
	test? (
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/hypothesis[${PYTHON_USEDEP}]
		dev-python/msgpack[${PYTHON_USEDEP}]
		dev-python/numpydoc[${PYTHON_USEDEP}]
		dev-python/tomlkit[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest
# sphinx ebuilds not compatible with py3.13
#distutils_enable_sphinx docs dev-python/numpydoc dev-python/sphinx-issues \
#	dev-python/sphinx-autoapi dev-python/sphinx_copybutton dev-python/sphinx-rtd-theme

EPYTEST_DESELECT=(
	# network access + missing package ebuild
	tests/test_store/test_core.py::test_make_store_path_fsspec
)

Dependencies

DEPEND

	test? (
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/hypothesis[${PYTHON_USEDEP}]
		dev-python/msgpack[${PYTHON_USEDEP}]
		dev-python/numpydoc[${PYTHON_USEDEP}]
		dev-python/tomlkit[${PYTHON_USEDEP}]
	)

RDEPEND

	dev-python/google-crc32c[${PYTHON_USEDEP}]
	dev-python/donfig[${PYTHON_USEDEP}]
	>=dev-python/numcodecs-0.14[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.25[${PYTHON_USEDEP}]
	dev-python/typing-extensions

Manifest for 3.1.5

Type File Size Source URLs
DIST zarr-3.1.5.gh.tar.gz 536013 bytes https://github.com/zarr-developers/zarr-python/archive/v3.1.5.tar.gz