You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 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-pyqt-builder
|
|
python.rootname PyQt-builder
|
|
version 1.19.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license {GPL-2 GPL-3 PSF}
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description The PEP 517 compliant PyQt build system
|
|
long_description {*}${description}
|
|
|
|
homepage https://www.riverbankcomputing.com/software/pyqt-builder/
|
|
|
|
distname pyqt_builder-${version}
|
|
|
|
checksums rmd160 95d9d1007d22ef3a631c8d45540376430435db89 \
|
|
sha256 6af6646ba29668751b039bfdced51642cb510e300796b58a4d68b7f956a024d8 \
|
|
size 5247679
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-packaging \
|
|
path:${python.prefix}/bin/sip-build:py${python.version}-sip
|
|
}
|