Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions python/py-distributed/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name py-distributed
version 2024.3.1
version 2025.11.0
revision 0
categories-append devel
license BSD
Expand All @@ -23,14 +23,13 @@ long_description Dask.distributed is a lightweight library for distributed \

homepage https://distributed.readthedocs.io/en/latest/

checksums rmd160 4005e795c652d31df76f314666d82dcfecef72ac \
sha256 29d08fe11a4a46dae4dd09a7d2ff250fa429d9625dafa4ff655d86af945665c8 \
size 1099844
checksums rmd160 969a382aa9059c3dfc236dc5c837cc93c0020b53 \
sha256 372c2f0c2faa890fc42188349969ba468161a9b356df49c4ca7d9a8d551a7ace \
size 2119140

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-versioneer

depends_build-append \
port:py${python.version}-setuptools_scm
depends_lib-append port:py${python.version}-click \
port:py${python.version}-cloudpickle \
port:py${python.version}-dask \
Expand Down