Commits
Andrey Stromnov authored 78fc9cb9e80
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-distributed |
7 - | version 2.8.1 |
7 + | version 2.9.0 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 14 | python.versions 27 35 36 37 38 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Distributed computing. |
19 19 | long_description Dask.distributed is a lightweight library for distributed \ |
20 20 | computing in Python. It extends both the concurrent.futures \ |
21 21 | and dask APIs to moderate sized clusters. |
22 22 | |
23 23 | homepage https://distributed.readthedocs.io/en/latest/ |
24 24 | |
25 - | checksums rmd160 6ae8b1438ffe2d14b8c28fdfe15a1cdfff55c9eb \ |
26 - | sha256 146ee0b75878a07020f8a37a4533aef5ed15a500d2f0ce9f021d6b09b1f3d9ed \ |
27 - | size 573230 |
25 + | checksums rmd160 8284d98373bd121dd579e3773999fc557282a0d2 \ |
26 + | sha256 b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325 \ |
27 + | size 578130 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_lib-append port:py${python.version}-setuptools \ |
31 31 | port:py${python.version}-zict \ |
32 32 | port:py${python.version}-tornado \ |
33 33 | port:py${python.version}-toolz \ |
34 34 | port:py${python.version}-tblib \ |
35 35 | port:py${python.version}-six \ |
36 36 | port:py${python.version}-psutil \ |
37 37 | port:py${python.version}-msgpack \ |