Commits
Andrey Stromnov authored a8f34c81518
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-jupyterlab |
7 - | version 1.0.9 |
7 + | version 1.1.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 36 37 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
20 20 | long_description JupyterLab enables you to work with documents and \ |
21 21 | activities such as Jupyter notebooks, text editors, \ |
22 22 | terminals, and custom components in a flexible, \ |
23 23 | integrated, and extensible manner. |
24 24 | |
25 25 | homepage https://jupyter.org/ |
26 26 | master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
27 27 | |
28 28 | distname ${python.rootname}-${version} |
29 29 | |
30 - | checksums rmd160 4541a50a8f47db5e1a574156a5e174bfbe18ab2f \ |
31 - | sha256 e8b6f058bc2ef8bf11fb742e170226fa5100c01ff57c0b37deb173ddd4a3f8c2 \ |
32 - | size 11891259 |
30 + | checksums rmd160 388546965983c27de3b3b6dbe0ec14a0ba09b18e \ |
31 + | sha256 adec261397357328e6a79a35df4bcb3cf5ddbe434dd80eb2d953211dfbe464e9 \ |
32 + | size 11068320 |
33 33 | |
34 34 | if {${name} ne ${subport}} { |
35 35 | depends_lib-append port:py${python.version}-setuptools \ |
36 36 | port:py${python.version}-notebook \ |
37 37 | port:py${python.version}-jupyterlab_server |
38 38 | |
39 39 | build.args-append --skip-npm |
40 40 | |
41 41 | destroot.args-append \ |
42 42 | --skip-npm |