# -*- 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.10.0 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 39 310 311 312 313 checksums rmd160 a325181c2c280bf623aa7632843c01696e15d68e \ sha256 56dbe28afc526809e09932cd6caad8fc1a8305fe66c8feca16f797a04b5aee7c \ size 20942460 if {${name} ne ${subport}} { 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 }