Install this version:
emerge -a =dev-python/zarr-3.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/zarr-3.2.1
Or alternatively:
emerge --autounmask-write -a =dev-python/zarr-3.2.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
DESCRIPTION="An implementation of chunked, compressed, N-dimensional arrays for Python"
HOMEPAGE="https://github.com/zarr-developers/zarr-python"
SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-python/donfig-0.8[${PYTHON_USEDEP}]
>=dev-python/google-crc32c-1.5[${PYTHON_USEDEP}]
>=dev-python/numcodecs-0.14[${PYTHON_USEDEP}]
>=dev-python/numpy-2.0[${PYTHON_USEDEP}]
>=dev-python/packaging-22.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.13[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
>=dev-python/donfig-0.8[] >=dev-python/google-crc32c-1.5[] >=dev-python/numcodecs-0.14[] >=dev-python/numpy-2.0[] >=dev-python/packaging-22.0[] >=dev-python/typing-extensions-4.13[]
>=dev-python/donfig-0.8[] >=dev-python/google-crc32c-1.5[] >=dev-python/numcodecs-0.14[] >=dev-python/numpy-2.0[] >=dev-python/packaging-22.0[] >=dev-python/typing-extensions-4.13[]