# -*- 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.11.1 revision 0 license BSD platforms {darwin any} supported_archs noarch 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 python.versions 38 39 310 311 312 checksums rmd160 1aa9589597586fb562de91d6857a028a0af0996f \ sha256 f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0 \ size 102103 if {${name} ne ${subport}} { python.pep517 yes python.pep517_backend hatch depends_build-append \ port:py${python.version}-hatch-vcs depends_lib-append \ port:py${python.version}-mypy_extensions \ port:py${python.version}-typing_extensions }