Commits
Andrey Stromnov authored bc0dfc83934
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-jupyter_client |
7 - | version 5.3.2 |
7 + | version 5.3.3 |
8 8 | revision 0 |
9 9 | platforms darwin |
10 10 | license BSD |
11 11 | supported_archs noarch |
12 12 | |
13 13 | python.versions 27 34 35 36 37 |
14 14 | |
15 15 | maintainers {stromnov @stromnov} openmaintainer |
16 16 | |
17 17 | description Jupyter protocol implementation and client libraries. |
18 18 | long_description ${description} |
19 19 | |
20 20 | homepage https://jupyter.org |
21 21 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
22 22 | |
23 23 | distname ${python.rootname}-${version} |
24 24 | |
25 - | checksums rmd160 57f5c40644726e6ec82514136391cc6ec0918b78 \ |
26 - | sha256 4274f2eef4265bfd00216f44993aa50d890a1abe55e414c817128cf0338ae66a \ |
27 - | size 276623 |
25 + | checksums rmd160 fd4e8cbe87759d4e7195e079d502b70182048c4d \ |
26 + | sha256 f406f214f9daa92be110d5b83d62f3451ffc73d3522db7350f0554683533ab18 \ |
27 + | size 276735 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | if {${python.version} eq 34} { |
31 31 | version 5.2.4 |
32 32 | revision 0 |
33 33 | epoch 1 |
34 34 | checksums rmd160 6593fbcb55aa1104534fff8cc6fe68a22b9384a5 \ |
35 35 | sha256 b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551 \ |
36 36 | size 273397 |
37 37 | distname ${python.rootname}-${version} |