# -*- 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.3 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 7f4e3d533524301997654bbe7613c189371f1af0 \ sha256 fde4a017c2213ecee63a9a6741431c845e42a5c7b1588e4a7ba2e4370c583728 \ size 196501 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 }