# -*- 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-comm version 0.2.2 revision 0 categories-append devel license BSD supported_archs noarch platforms {darwin any} python.versions 38 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer description Jupyter Python Comm implementation long_description {*}${description} homepage https://github.com/ipython/comm checksums rmd160 bce35d06de08bd211eaa89cffca5b01cea5cd247 \ sha256 3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e \ size 6210 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-traitlets }