# -*- 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 3.0.2 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} supported_archs noarch platforms {darwin any} homepage https://github.com/holoviz/pyviz_comms checksums rmd160 3a443d7cf97c89d7a05d3a672d7dc11e4b882ae3 \ sha256 3167df932656416c4bd711205dad47e986a3ebae1f316258ddc26f9e01513ef7 \ size 195738 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { python.pep517 yes python.pep517_backend \ hatch depends_build-append \ port:git \ port:py${python.version}-hatch-jupyter-builder \ port:py${python.version}-hatch-nodejs-version depends_lib-append \ port:py${python.version}-jupyterlab \ port:py${python.version}-jupyterlab_pygments }