Ticket #68224: py-notebook_shim.Portfile

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