# -*- 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-psygnal version 0.14.2 revision 0 license BSD maintainers {mps @Schamschula} openmaintainer description Pure python implementation of Qt-style Signals long_description {*}${description}, with (optional) signature and type checking, and \ support for threading. homepage https://github.com/tlambert03/psygnal platforms {darwin any} supported_archs noarch checksums rmd160 f925b1419ebc7cbab1ebfd5bc8f030dc477a69e4 \ sha256 588d1a7a0212db8ffc720ef2fb03e849e0280f4f156e5f5922e6b99b13c69689 \ size 124428 python.versions 39 310 311 312 313 python.pep517_backend \ hatch if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append \ port:py${python.version}-mypy_extensions \ port:py${python.version}-typing_extensions }