You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
50 lines
2.0 KiB
Tcl
50 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 2024.3.1
|
|
revision 0
|
|
categories-append devel
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 39 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 4005e795c652d31df76f314666d82dcfecef72ac \
|
|
sha256 29d08fe11a4a46dae4dd09a7d2ff250fa429d9625dafa4ff655d86af945665c8 \
|
|
size 1099844
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-versioneer
|
|
|
|
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
|
|
}
|