| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2025.9.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
DESCRIPTION="Native Dask collection for awkward arrays, and the library to use it."
HOMEPAGE="
https://github.com/dask-contrib/dask-awkward
https://pypi.org/project/dask-awkward/
https://dask-awkward.readthedocs.io/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/awkward-2.8.12[${PYTHON_USEDEP}]
>=dev-python/dask-2023.4.0[${PYTHON_USEDEP}]
dev-python/cachetools[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
"
>=dev-python/awkward-2.8.12[${PYTHON_USEDEP}]
>=dev-python/dask-2023.4.0[${PYTHON_USEDEP}]
dev-python/cachetools[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
dev-python/hatch-vcs[${PYTHON_USEDEP}]