Commits
Andrew Stromnov authored afc0930e8d1
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.2.3 |
8 - | revision 1 |
7 + | version 5.2.4 |
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 http://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 cdeeea1a66db08a3594141c68debf30a1a73f053 \ |
26 - | sha256 27befcf0446b01e29853014d6a902dd101ad7d7f94e2252b1adca17c3466b761 |
25 + | checksums rmd160 6593fbcb55aa1104534fff8cc6fe68a22b9384a5 \ |
26 + | sha256 b5f9cb06105c1d2d30719db5ffb3ea67da60919fb68deaefa583deccd8813551 \ |
27 + | size 273397 |
27 28 | |
28 29 | if {${name} ne ${subport}} { |
29 30 | depends_lib-append port:py${python.version}-setuptools \ |
30 31 | port:py${python.version}-traitlets \ |
31 32 | port:py${python.version}-jupyter_core \ |
32 33 | port:py${python.version}-zmq \ |
33 34 | port:py${python.version}-dateutil \ |
34 35 | port:py${python.version}-tornado |
35 36 | |
36 37 | livecheck.type none |
37 38 | } |