# -*- 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.8.3 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 5ca0b12010f0512ed5b6c9062e495f02fe482759 \ sha256 862b02e472f4cc2081ccfb9e8e1d91ab30ce91b88f9d9ff8a44e0d27f317f4ab \ size 20937386 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 }