dev-python/dask-awkward - 2025.5.0 (science)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
2025.5.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 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.5.1[${PYTHON_USEDEP}]
	>=dev-python/dask-2023.04.0[${PYTHON_USEDEP}]
	dev-python/cachetools[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/hatch-vcs[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

	>=dev-python/awkward-2.5.1[${PYTHON_USEDEP}]
	>=dev-python/dask-2023.04.0[${PYTHON_USEDEP}]
	dev-python/cachetools[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.8.0[${PYTHON_USEDEP}]

BDEPEND

	dev-python/hatch-vcs[${PYTHON_USEDEP}]