# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Distributed scheduler for Dask" HOMEPAGE="https://distributed.dask.org" SRC_URI="https://github.com/dask/distributed/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" # pyarrow, memray no x86 PROPERTIES="test_network" RESTRICT="test" # Test phase runs with fails RDEPEND=">=dev-python/click-8.0[${PYTHON_USEDEP}] >=dev-python/cloudpickle-3.0.0[${PYTHON_USEDEP}] >=dev-python/dask-2025.7.0[${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-3.2.1[${PYTHON_USEDEP}] >=dev-python/toolz-0.12.0[${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/setuptools-scm-9[${PYTHON_USEDEP}] test? ( dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/asyncssh[${PYTHON_USEDEP}] dev-python/bokeh[${PYTHON_USEDEP}] dev-python/h5py[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}] dev-python/jupyter-server[${PYTHON_USEDEP}] dev-python/lz4[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/memray[${PYTHON_USEDEP}] dev-python/netcdf4[${PYTHON_USEDEP}] dev-python/numba[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] dev-python/paramiko[${PYTHON_USEDEP}] dev-python/pyarrow[${PYTHON_USEDEP}] dev-python/python-snappy[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/uvloop[${PYTHON_USEDEP}] dev-python/zstandard[${PYTHON_USEDEP}] sci-geosciences/xyzservices[${PYTHON_USEDEP}] ) " EPYTEST_RERUNS=5 EPYTEST_XDIST=1 EPYTEST_PLUGINS=( pytest-timeout ) distutils_enable_tests pytest distutils_enable_sphinx docs/source ">=dev-python/dask-sphinx-theme-4.0.0" "