# -*- 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-superqt version 0.6.7 revision 0 categories python license BSD maintainers {mps @Schamschula} openmaintainer description \"missing\" widgets and components for PyQt/PySide long_description {*}${description} This repository aims to provide high-quality \ community-contributed Qt widgets and components for PyQt & PySide \ that are not provided in the native QtWidgets module. supported_archs noarch platforms {darwin any} homepage https://github.com/pyapp-kit/superqt python.versions 38 39 310 311 312 checksums rmd160 494ab13a9f7532ab78e44b8e10eb5d876a36bca4 \ sha256 af80d5687ec75df6c3e54119ee895e42f79742ed326684c79425414b5c20f1e3 \ size 96733 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}-pygments \ port:py${python.version}-pyqt5 \ port:py${python.version}-qtpy \ port:py${python.version}-typing_extensions }