# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-distributed version 1.13.3 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 34 35 maintainers 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 http://distributed.readthedocs.io/en/latest/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 ad8dde4dd6d8a0277d2438bd2f233603ad9a5806 \ sha256 2ccb9a70ccc0292d51a175a884e33306765bf773ae57b7a10bd2a0f431346a5a if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-zict \ port:py${python.version}-tornado \ port:py${python.version}-toolz \ port:py${python.version}-tblib \ port:py${python.version}-six \ port:py${python.version}-psutil \ port:py${python.version}-msgpack \ port:py${python.version}-locket \ port:py${python.version}-dask \ port:py${python.version}-cloudpickle \ port:py${python.version}-click if {${python.version} == 27} { depends_lib-append port:py${python.version}-futures \ port:py${python.version}-singledispatch } livecheck.type none } else { livecheck.type pypi }