# -*- 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-pyviz_comms
version             2.0.1
revision            0
categories-append   devel
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         Offers a simple bidirectional communication architecture for PyViz \
                    tools including support for Jupyter comms in both the classic \
                    notebook and Jupyterlab.
long_description    ${description}
platforms           darwin
homepage            https://github.com/holoviz/pyviz_comms

checksums           rmd160  7f37ae5b2065738501103ed7d39c2bbc4cd0de2e \
                    sha256  be63957a49772895ddebeac02c697e1675e0bdf1515824f60fcc261914f23624 \
                    size    125046

python.versions     36 37 38 39

if {${name} ne ${subport}} {
    depends_build   port:git

    depends_lib     port:py${python.version}-numpy \
                    port:py${python.version}-param \
                    port:py${python.version}-pyobjc \
                    port:py${python.version}-setuptools

    livecheck.type      none
}
