# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-notebook_shim
version             0.2.4
revision            0
categories-append   devel
license             BSD
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313
python.pep517_backend   hatch

maintainers         {stromnov @stromnov} openmaintainer

description         Part of JupyterLab ecosystem.
long_description    {*}${description}

homepage            https://github.com/jupyter/notebook_shim

checksums           rmd160  de58cb0f79fedc2bd73f4978f47cd51712319063 \
                    sha256  b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb \
                    size    13167

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-jupyter_server
}
