Files
2025-11-30 23:15:53 -05:00

49 lines
2.0 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-distributed
version 2025.11.0
revision 0
categories-append devel
license BSD
supported_archs noarch
platforms {darwin any}
python.versions 310 311 312
maintainers {stromnov @stromnov} openmaintainer
description Distributed computing.
long_description Dask.distributed is a lightweight library for distributed \
computing in Python. It extends both the concurrent.futures \
and dask APIs to moderate sized clusters.
homepage https://distributed.readthedocs.io/en/latest/
checksums rmd160 969a382aa9059c3dfc236dc5c837cc93c0020b53 \
sha256 372c2f0c2faa890fc42188349969ba468161a9b356df49c4ca7d9a8d551a7ace \
size 2119140
if {${name} ne ${subport}} {
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 \
port:py${python.version}-jinja2 \
port:py${python.version}-locket \
port:py${python.version}-msgpack \
port:py${python.version}-packaging \
port:py${python.version}-psutil \
port:py${python.version}-sortedcontainers \
port:py${python.version}-tblib \
port:py${python.version}-toolz \
port:py${python.version}-tornado \
port:py${python.version}-urllib3 \
port:py${python.version}-yaml \
port:py${python.version}-zict
}