Commits

Andrey Stromnov authored b1f2825103d
py-distributed: update to 2.8.1
No tags

python/py-distributed/Portfile

Modified
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.0
7 +version 2.8.1
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 -master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
25 24
26 -distname ${python.rootname}-${version}
27 -
28 -checksums rmd160 3ef24adecb633fddd7deb25406355b677bb1166e \
29 - sha256 37f8a89bb499b7858a2396e3fdd2e5997dece543725d3791ce239d960a647710 \
30 - size 571750
25 +checksums rmd160 6ae8b1438ffe2d14b8c28fdfe15a1cdfff55c9eb \
26 + sha256 146ee0b75878a07020f8a37a4533aef5ed15a500d2f0ce9f021d6b09b1f3d9ed \
27 + size 573230
31 28
32 29 if {${name} ne ${subport}} {
33 30 depends_lib-append port:py${python.version}-setuptools \
34 31 port:py${python.version}-zict \
35 32 port:py${python.version}-tornado \
36 33 port:py${python.version}-toolz \
37 34 port:py${python.version}-tblib \
38 35 port:py${python.version}-six \
39 36 port:py${python.version}-psutil \
40 37 port:py${python.version}-msgpack \
41 38 port:py${python.version}-dask \
42 39 port:py${python.version}-cloudpickle \
43 40 port:py${python.version}-click \
44 41 port:py${python.version}-yaml \
45 42 port:py${python.version}-sortedcontainers
46 43
47 - if {${python.version} < 35} {
44 + if {${python.version} eq 27} {
48 45 version 1.28.1
49 46 revision 0
50 47 epoch 1
51 48 distname ${python.rootname}-${version}
52 49 checksums rmd160 e5d7ee1da92d535e8dc1926f28aa83f3776d5386 \
53 50 sha256 3bd83f8b7eb5938af5f2be91ccff8984630713f36f8f66097e531a63f141c48a \
54 51 size 536974
52 + depends_lib-append port:py${python.version}-futures \
53 + port:py${python.version}-singledispatch
54 + }
55 55
56 - if {${python.version} == 27} {
57 - depends_lib-append port:py${python.version}-futures \
58 - port:py${python.version}-singledispatch
59 - }
56 + if {${python.version} eq 35} {
57 + version 2.6.0
58 + revision 0
59 + epoch 1
60 + distname ${python.rootname}-${version}
61 + checksums rmd160 442c4f7d765a6e47cb87ef5586427436cf6a3c20 \
62 + sha256 30b0ca195ace1e39bdd278bf1ad257f7674b3e2b8e7a2a37ce7e2ade4aecccf3 \
63 + size 565198
60 64 }
61 65
62 66 livecheck.type none
63 67 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut