# -*- 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-magicgui version 0.9.1 revision 0 categories python license MIT maintainers {mps @Schamschula} openmaintainer description magicgui: build GUIs from functions, using magic. long_description {*}${description} supported_archs noarch platforms {darwin any} homepage https://github.com/pyapp-kit/magicgui python.versions 38 39 310 311 312 checksums rmd160 afa749d136a3ad0ecface92f537712c06fb18b53 \ sha256 e8c1c7ed281e62ec858771a76515abd705dbe3d46da2ee834ce6983a4403b94d \ size 20938738 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}-docstring_parser \ port:py${python.version}-psygnal \ port:py${python.version}-pyqt5 \ port:py${python.version}-qtpy \ port:py${python.version}-superqt \ port:py${python.version}-typing_extensions }