Files
macports-ports/python/py-comm/Portfile
2026-02-26 13:10:10 -05:00

31 lines
940 B
Tcl

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