You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- 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.8.2
|
|
revision 0
|
|
|
|
categories-append graphics
|
|
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.
|
|
homepage https://github.com/pyapp-kit/superqt
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 05d93a2eb1e6b6dbfea0687d507c531057f56af3 \
|
|
sha256 faa3bd00ef1c9b209b1f31b154dd41c596fec3824f61a70c251fb5569acd7ba6 \
|
|
size 110190
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
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
|
|
}
|