# -*- 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_client
version             5.2.3
revision            0
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 34 35 36

maintainers         stromnov openmaintainer

description         Jupyter protocol implementation and client libraries.
long_description    ${description}

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

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

checksums           rmd160  cdeeea1a66db08a3594141c68debf30a1a73f053 \
                    sha256  27befcf0446b01e29853014d6a902dd101ad7d7f94e2252b1adca17c3466b761

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-setuptools \
                        port:py${python.version}-traitlets \
                        port:py${python.version}-jupyter_core \
                        port:py${python.version}-zmq \
                        port:py${python.version}-dateutil

    livecheck.type      none
}