# 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.12[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"