gpo.zugaina.org

Search Portage & Overlays:

dev-python/dask

Task scheduling and blocked algorithms for parallel processing

Screenshots

  • dask-2026.3.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • dask-2026.3.0
    ~amd64 ~arm64 ~riscv ~x86
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
  • dask-2026.3.0
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: science
  • dask-2025.10.0
    ~amd64 ~arm64 ~riscv ~x86
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

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

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • dask-2024.10.0
    ~amd64 ~arm64 ~riscv
    test python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: pypi-sci
  • dask-2024.7.0
    amd64 ~arm64 ~x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: pentoo
  • dask-2024.5.2
    amd64 ~arm64 ~x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: pentoo
  • dask-2024.4.2
    test python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
  • dask-2024.4.1
    ~amd64 ~arm64 ~riscv ~x86
    test python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   

ChangeLog

commit a5d23fb64aea33456408bbfc82eede7c185ecbed
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 23 13:41:54 2026 +0200

dev-python/dask: drop fictional ~x86 keyword

2025.9.2 and 2026.3.0 both require >=dev-python/partd-1.4.0.
After the earlier trim in this series partd is ~amd64 ~arm64
only, so dask's ~x86 claim became unsolvable. Drop ~x86.

commit f69dbb132a585884715856faa1c1f3cf0b48b62e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:32:13 2026 +0200

dev-python/{abtem,dask,zict}: declare explicit EPYTEST_PLUGINS

Each of these three has a pytest-* plugin already pulled in under
BDEPEND test? (); spell that plugin out in EPYTEST_PLUGINS instead of
relying on pytest's auto-discovery of installed plugins.

- abtem 1.0.9 uses pytest-cov; 1.0.8 gets empty (no plugin deps yet)
- dask (both 2025.9.2 and 2026.3.0) uses pytest-rerunfailures
- zict uses pytest-asyncio, pytest-repeat, pytest-timeout

Clears the last of pkgcheck's EPyTestPluginsSuggestion.

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

commit a086101063263aaa6156d685816d87ab81fa53ab
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 16:43:49 2026 +0200

dev-python/dask: bump to 2025.9.2 and 2026.3.0, drop older versions

Replace the set of 2023.x/2024.x/2025.5.0 ebuilds with upstream's
current stable 2026.3.0 (2026-03) and previous 2025.9.2 (2026-01).

Upstream trimmed the hard runtime deps between our old 2025.5.0 and
these: `numpy`, `pandas`, `psutil` are now optional extras rather
than required dependencies. Tighten the ones that remain to match
upstream's pyproject.toml floors (click>=8.1, cloudpickle>=3.0.0,
fsspec>=2021.09.0, partd>=1.4.0). Keep numpy/pandas/psutil in
BDEPEND test? () since the test suite exercises the array/dataframe
paths.

GitHub tarballs ship without .git metadata, so setuptools-scm can't
infer the version - set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DASK and
add dev-python/setuptools-scm to BDEPEND (present in upstream's
build-system.requires). The two tarballs differ only in the tiny
toolz floor (0.10.0 → 0.12.0), otherwise identical.

Tested: `ebuild ... clean compile install` for 2026.3.0 installs
into site-packages, no errors, two upstream pyproject warnings that
don't affect installation.

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 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 620fdbddebc9ed5a5f601571554a1d0133069cf3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 12:24:42 2025 +0100

*/*: corrected OldPackageNameDep

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

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

KEYWORDS: dropped non-x86 and amd64 for now.

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 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200

finally upd year to 2025 :)

commit 877c8109ae891e19868841dfc478549a5cb64203
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Fri May 23 11:24:39 2025 +0100

Dask version bump

commit 8e395e755e3bfe28a36dbc0bd2943551e1429332
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Tue Jul 16 17:31:32 2024 +0100

dask amended

commit 55bfee64e32fa5f798db5b287610f8551773ee2e
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Jun 16 03:15:04 2024 +0100

dask version bump

commit a4025d948c26313c49b50d987586fdf0ca1e9c0a
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Wed Jun 12 23:20:11 2024 +0100

dask version bump

commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100

upd copyright to 2024

commit 9ee96a9c22d0c8c05cdc86f251e64f29f9800656
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Wed Nov 29 18:32:46 2023 +0000

dask version bump

commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300

mass updated PYTHON_COMPAT for python:3

commit fad7f82c71364d7358f246c77de18b22dcc1a4ac
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Apr 10 12:37:01 2023 +0100

dask copied from the main tree with py3_9