Ticket #68224: py-jupyterlab_server.Portfile.diff
File py-jupyterlab_server.Portfile.diff, 2.0 KB (added by johankytt, 14 months ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name py-jupyterlab_server 7 version 2. 4.07 version 2.25.0 8 8 revision 0 9 9 categories-append devel 10 10 license BSD … … 12 12 platforms {darwin any} 13 13 14 14 python.versions 37 38 39 310 311 15 python.pep517 yes 16 python.pep517_backend hatch 15 17 16 18 maintainers {stromnov @stromnov} openmaintainer 17 19 18 20 description This package is used to launch an application built using JupyterLab. 19 21 long_description {*}${description} 20 22 21 homepage https:// jupyter.org/23 homepage https://github.com/jupyterlab/jupyterlab_server 22 24 23 checksums rmd160 bd06e2f3c2eff402a9ffdd63d597eb13c51a0d41\24 sha256 2a7f0b125a59a7cc543f62e5f9dea50b44b3459b3f679db7e3dbe0f8616f90bc\25 size 3629725 checksums rmd160 2c5d41db3703981f04200231f1e0b6b529068847 \ 26 sha256 77c2f1f282d610f95e496e20d5bf1d2a7706826dfb7b18f3378ae2870d272fb7 \ 27 size 72251 26 28 27 29 if {${name} ne ${subport}} { 28 depends_build-append \29 port:py${python.version}-setuptools 30 depends_build-append port:py${python.version}-packaging 31 30 32 depends_lib-append port:py${python.version}-babel \ 31 33 port:py${python.version}-jinja2 \ 32 34 port:py${python.version}-json5 \ 33 35 port:py${python.version}-jsonschema \ 34 port:py${python.version}-packaging \ 35 port:py${python.version}-requests \ 36 port:py${python.version}-jupyter_server 36 port:py${python.version}-jupyter_server \ 37 port:py${python.version}-requests 38 39 if {${python.version} < 310} { 40 depends_lib-append port:py${python.version}-importlib-metadata 41 } 37 42 }