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

python.versions     35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         This package is used to launch an application built using JupyterLab.
long_description    ${description}

homepage            http://jupyter.org/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  07a02951655934aecec928c51d42e2e04b1efe26 \
                    sha256  ae0c8629b9f0196b314f017e374a70a702522739f4f08bece84963af5e8c8351 \
                    size    21475

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools
    depends_lib-append  port:py${python.version}-jsonschema \
                        port:py${python.version}-notebook

    livecheck.type      none
}