Commits
Andrey Stromnov authored b6ed0718585
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-ipywidgets |
7 - | version 7.4.2 |
7 + | version 7.5.0 |
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 IPython HTML widgets for Jupyter. |
18 18 | long_description ${description} |
19 19 | |
20 20 | homepage http://ipython.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 83d6bcfa4a5bf3f2171f0e9ad012b9a109433767 \ |
26 - | sha256 a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3 \ |
27 - | size 4114472 |
25 + | checksums rmd160 dd95fbc4280d32f34fb5a586ead9e3bb5a86fc6e \ |
26 + | sha256 cb263c6974aca902d00a435711823bb4aaf6614a5f997f517e15fa84151e8fa2 \ |
27 + | size 5657273 |
28 28 | |
29 29 | if {${name} ne ${subport}} { |
30 30 | depends_lib-append port:py${python.version}-ipython \ |
31 31 | port:py${python.version}-ipykernel \ |
32 32 | port:py${python.version}-traitlets \ |
33 33 | port:py${python.version}-nbformat \ |
34 34 | port:py${python.version}-widgetsnbextension |
35 35 | |
36 36 | livecheck.type none |
37 37 | } |