# -*- 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-jupyter_server
version             1.6.0
revision            0
categories-append   devel
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         The Jupyter Server provides the backend for Jupyter web applications.
long_description    ${description}

homepage            https://jupyter.org/

checksums           rmd160  dc0b8fac7d780d1e3f4ca7318b0e1600385eb48b \
                    sha256  348f2c744d1fa1676d314475e0be357a95b21cbe6e19d15c2a25a9ea647f99d2 \
                    size    407632

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-setuptools \
                        port:py${python.version}-jinja2 \
                        port:py${python.version}-tornado \
                        port:py${python.version}-zmq \
                        port:py${python.version}-argon2-cffi \
                        port:py${python.version}-ipython_genutils \
                        port:py${python.version}-traitlets \
                        port:py${python.version}-jupyter_core \
                        port:py${python.version}-jupyter_client \
                        port:py${python.version}-nbformat \
                        port:py${python.version}-nbconvert \
                        port:py${python.version}-send2trash \
                        port:py${python.version}-terminado \
                        port:py${python.version}-prometheus_client \
                        port:py${python.version}-anyio

    livecheck.type      none
}
