dev-python/dask - 2025.9.2 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/dask-2025.9.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/dask-2025.9.2

Or alternatively:

emerge --autounmask-write -a =dev-python/dask-2025.9.2

Package Information

Description:
Task scheduling and blocked algorithms for parallel processing
Homepage:
https://www.dask.org/ https://github.com/dask/dask/ https://pypi.org/project/dask/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2025.9.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
HOMEPAGE="
	https://www.dask.org/
	https://github.com/dask/dask/
	https://pypi.org/project/dask/
"
SRC_URI="
	https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/click-8.1[${PYTHON_USEDEP}]
	>=dev-python/cloudpickle-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/fsspec-2021.09.0[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
	>=dev-python/partd-1.4.0[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
	>=dev-python/toolz-0.10.0[${PYTHON_USEDEP}]
"
BDEPEND="
	~dev-python/versioneer-0.29[toml(+),${PYTHON_USEDEP}]
	test? (
		dev-python/numpy[${PYTHON_USEDEP}]
		dev-python/pandas[${PYTHON_USEDEP}]
		dev-python/psutil[${PYTHON_USEDEP}]
		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
		dev-python/scipy[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( pytest-rerunfailures )
distutils_enable_tests pytest

python_test() {
	epytest -p no:flaky -m "not network"
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-8.1[]
	>=dev-python/cloudpickle-3.0.0[]
	>=dev-python/fsspec-2021.09.0[]
	>=dev-python/packaging-20.0[]
	>=dev-python/partd-1.4.0[]
	>=dev-python/pyyaml-5.3.1[]
	>=dev-python/toolz-0.10.0[]

BDEPEND

	~dev-python/versioneer-0.29[toml(+),]
	test? (
		dev-python/numpy[]
		dev-python/pandas[]
		dev-python/psutil[]
		dev-python/pytest-rerunfailures[]
		dev-python/scipy[]
	)

Manifest for 2025.9.2

Type File Size Source URLs
DIST dask-2025.9.2.gh.tar.gz 10979270 bytes https://github.com/dask/dask/archive/2025.9.2.tar.gz