Files

49 lines
2.0 KiB
Tcl
Raw Permalink Normal View History

2016-09-12 13:29:45 +00:00
# -*- 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
2025-11-25 21:32:20 +01:00
version 2025.11.0
2016-09-12 13:29:45 +00:00
revision 0
categories-append devel
license BSD
2024-03-24 12:50:11 +03:00
supported_archs noarch
platforms {darwin any}
2016-09-12 13:29:45 +00:00
2025-10-29 11:57:15 -04:00
python.versions 310 311 312
2016-09-12 13:29:45 +00:00
2018-06-18 01:29:09 -05:00
maintainers {stromnov @stromnov} openmaintainer
2016-09-12 13:29:45 +00:00
description Distributed computing.
2022-04-02 14:15:54 +03:00
2016-09-12 13:29:45 +00:00
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/
2016-09-12 13:29:45 +00:00
2025-11-25 21:32:20 +01:00
checksums rmd160 969a382aa9059c3dfc236dc5c837cc93c0020b53 \
sha256 372c2f0c2faa890fc42188349969ba468161a9b356df49c4ca7d9a8d551a7ace \
size 2119140
2016-09-12 13:29:45 +00:00
if {${name} ne ${subport}} {
2025-11-25 21:32:20 +01:00
depends_build-append \
port:py${python.version}-setuptools_scm
2024-01-23 02:29:14 +11:00
depends_lib-append port:py${python.version}-click \
2021-07-12 17:26:09 +03:00
port:py${python.version}-cloudpickle \
port:py${python.version}-dask \
2021-12-13 19:12:09 +03:00
port:py${python.version}-jinja2 \
2024-02-03 19:23:12 -05:00
port:py${python.version}-locket \
2021-07-12 17:26:09 +03:00
port:py${python.version}-msgpack \
2024-01-23 02:29:14 +11:00
port:py${python.version}-packaging \
2021-07-12 17:26:09 +03:00
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 \
2024-02-03 19:23:12 -05:00
port:py${python.version}-urllib3 \
port:py${python.version}-yaml \
port:py${python.version}-zict
2016-09-12 13:29:45 +00:00
}