gpo.zugaina.org

Search Portage & Overlays:

dev-python/distributed

Distributed scheduler for Dask

Screenshots

  • distributed-2026.3.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • distributed-2026.3.0
    ~amd64
    test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
  • distributed-2025.10.0
    ~amd64
    test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: BSD   
  • distributed-2025.9.2
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • distributed-2024.4.2
    test doc python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
  • distributed-2024.4.1
    ~amd64
    test doc python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   

ChangeLog

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit b73afb7cf87c62c59cb3db11b363bfe7f1f53dc5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:36:52 2026 +0200

dev-python/distributed: switch 2025.9.2 BDEPEND to versioneer

distributed 2025.9.2 still uses versioneer (pyproject.toml lists
'versioneer[toml]==0.29' under build-system.requires) and ships a
checked-in distributed/_version.py. The ebuild was declaring
setuptools-scm in BDEPEND and exporting SETUPTOOLS_SCM_PRETEND_VERSION,
both no-ops for the actual build tool. Replace with versioneer and
drop the dead env-var export. The 2026.3.0 ebuild already pairs
correctly with upstream's setuptools-scm migration.

commit f3b4b377985d8c1ecc50022fa5a75b3ac1c548d8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:26:08 2026 +0200

dev-python/distributed: declare EPYTEST_PLUGINS=()

pkgcheck's EPyTestPluginsSuggestion: declaring an explicit (empty)
plugin list before `distutils_enable_tests pytest` prevents the test
runner from auto-loading every pytest-* package installed on the
system. Cosmetic here because distributed already has RESTRICT=test,
but keeps the ebuild Gentoo-convention-clean and a no-op diff if we
ever unrestrict.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit 4e298335d7fc316ae9e6e6b36b3b70c29495cd3d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 16:46:09 2026 +0200

dev-python/distributed: bump to 2025.9.2 and 2026.3.0, drop 2023.11.0

Upstream's current stable (2026.3.0, 2026-03) and the 2025.9.2
previous release. Track dask's version in lockstep - upstream
hard-pins `dask == <this version>` and we carry the matching dask
ebuild, so express this with matching RDEPENDs.

Deps trimmed vs the old 2023.11.0 ebuild:

- versioneer is gone; upstream moved to setuptools-scm, so add
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DISTRIBUTED + setuptools-scm
BDEPEND (same pattern as dask).
- Drop the sphinx autodoc block and all its no-longer-in-::gentoo
deps (dask-sphinx-theme, memray, sphinx-click, sphinx-design) -
we weren't building HTML docs anyway.
- Drop the huge test? () depset; we already RESTRICT="test"
because the upstream suite is flaky + network-dependent.
- Keep the RESTRICT=test and sed -e /--cov/d in python_prepare_all.

Tested: `ebuild ... clean compile install` for 2026.3.0 finishes
cleanly, installs a 13 MiB tree, no QA notices.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200

*/*: bump PYTHON_COMPAT from python3_ to python3_

::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.

Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.

pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.

Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200

*/*: bump PYTHON_COMPAT to python3_

Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:

- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)

Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.

commit 507c75414ded8290155885d9a3b44bf34a04a855
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 14:13:11 2026 +0200

dev-python/distributed: add explicit revision to dep specs

commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100

*/*: UPD header, Happy New Year

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100

*/*: adjusting python compat to 3.9 to 3.14

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit ebd5ba2ac319ab3ea8697cf7b1dd6ef025f439e8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:33:02 2025 +0100

corrected 1st line of ebuilds+some trash (may be)

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit 912cc1cca7c73836d0ab96760eb22c08e69f98e6
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Thu Jun 5 19:39:26 2025 +0100

Update distributed-2023.11.0.ebuild

commit feafa2b333ac23edec4835bfc5075473e9b9e4e3
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sun Nov 26 16:14:04 2023 +0000

dev-python/distributed added