dev-python/distributed - 2025.9.2 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/distributed-2025.9.2

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

autounmask =dev-python/distributed-2025.9.2

Or alternatively:

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

Package Information

Description:
Distributed scheduler for Dask
Homepage:
https://distributed.dask.org/ https://github.com/dask/distributed/ https://pypi.org/project/distributed/
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="Distributed scheduler for Dask"
HOMEPAGE="
	https://distributed.dask.org/
	https://github.com/dask/distributed/
	https://pypi.org/project/distributed/
"
SRC_URI="
	https://github.com/dask/distributed/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"	# Upstream test suite is flaky / network-dependent.

RDEPEND="
	>=dev-python/click-8.0[${PYTHON_USEDEP}]
	>=dev-python/cloudpickle-3.0.0[${PYTHON_USEDEP}]
	=dev-python/dask-${PV}*[${PYTHON_USEDEP}]
	>=dev-python/jinja2-2.10.3[${PYTHON_USEDEP}]
	>=dev-python/locket-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/msgpack-1.0.2[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
	>=dev-python/psutil-5.8.0[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
	>=dev-python/sortedcontainers-2.0.5[${PYTHON_USEDEP}]
	>=dev-python/tblib-1.6.0[${PYTHON_USEDEP}]
	>=dev-python/toolz-0.11.2[${PYTHON_USEDEP}]
	>=dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
	>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
	>=dev-python/zict-3.0.0[${PYTHON_USEDEP}]
"
BDEPEND="
	~dev-python/versioneer-0.29[toml(+),${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

python_prepare_all() {
	sed -i -e '/--cov/d' pyproject.toml || die
	distutils-r1_python_prepare_all
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/click-8.0[]
	>=dev-python/cloudpickle-3.0.0[]
	=dev-python/dask-2025.9.2*[]
	>=dev-python/jinja2-2.10.3[]
	>=dev-python/locket-1.0.0[]
	>=dev-python/msgpack-1.0.2[]
	>=dev-python/packaging-20.0[]
	>=dev-python/psutil-5.8.0[]
	>=dev-python/pyyaml-5.4.1[]
	>=dev-python/sortedcontainers-2.0.5[]
	>=dev-python/tblib-1.6.0[]
	>=dev-python/toolz-0.11.2[]
	>=dev-python/tornado-6.2.0[]
	>=dev-python/urllib3-1.26.5[]
	>=dev-python/zict-3.0.0[]

BDEPEND

	~dev-python/versioneer-0.29[toml(+),]

Manifest for 2025.9.2

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