# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Hierarchical tree-like data structures for xarray" HOMEPAGE="https://xarray-datatree.readthedocs.io" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/xarray-2023.12.0[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] " BDEPEND="dev-python/check-manifest[${PYTHON_USEDEP}] >=dev-python/setuptools-scm-7.0[${PYTHON_USEDEP}] test? ( dev-python/h5netcdf[${PYTHON_USEDEP}] dev-python/netcdf4[${PYTHON_USEDEP}]