# -*- 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.18.2
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  899d201419655f378d1ca5d85e04e35df6d21ea2 \
                    sha256  56dfea461484a87a8f0c8b0229190defc436d7ec5de71102e20b35e5639180bc \
                    size    3671864

python.versions     39 310 311 312 313

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
}
