# Copyright 1999-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{12..13} ) export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} inherit distutils-r1 DESCRIPTION="Handling annotated data matrices in memory and on disk" HOMEPAGE="http://anndata.readthedocs.io/" SRC_URI="https://github.com/scverse/anndata/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" RDEPEND=" dev-python/array-api-compat[${PYTHON_USEDEP}] dev-python/h5py[${PYTHON_USEDEP}] dev-python/natsort[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]