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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-notebook_shim |
---|
7 | version 0.2.3 |
---|
8 | revision 0 |
---|
9 | categories-append devel |
---|
10 | license BSD |
---|
11 | supported_archs noarch |
---|
12 | platforms {darwin any} |
---|
13 | |
---|
14 | python.versions 37 38 39 310 311 |
---|
15 | python.pep517 yes |
---|
16 | python.pep517_backend hatch |
---|
17 | |
---|
18 | maintainers openmaintainer |
---|
19 | |
---|
20 | description This project provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend |
---|
21 | |
---|
22 | long_description {*}${description} |
---|
23 | |
---|
24 | homepage https://pypi.org/project/notebook-shim/ |
---|
25 | |
---|
26 | checksums rmd160 a77aef173296e932bb3c21f32e4ea61a08eb0b86 \ |
---|
27 | sha256 f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9 \ |
---|
28 | size 13082 |
---|
29 | |
---|
30 | if {${name} ne ${subport}} { |
---|
31 | depends_lib-append port:py${python.version}-jupyter_server |
---|
32 | } |
---|