# -*- 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 PortGroup qt6 1.0 name py-pyqt6-3d python.rootname PyQt6-3D version 6.7.9 revision 0 categories-append devel license {GPL-3 OpenSSLException} maintainers {reneeotten @reneeotten} openmaintainer description Python bindings for the Qt 3D framework long_description {*}${description} homepage https://www.riverbankcomputing.com/software/pyqt3d # take the snapshot from Riverbank until released on PyPI which might take a while # call it version 6.7.9 # see: https://www.riverbankcomputing.com/pipermail/pyqt/2024-October/046044.html master_sites https://www.riverbankcomputing.com/pypi/packages/PyQt6-3D distname PyQt6_3D-6.8.0.dev2410241454 #distname PyQt6_3D-${version} checksums rmd160 5a49226b083d67971cf152077d5cab6ddd57ce6f \ sha256 ca8c5e6e3b323fe9dd3ca380bc40f098d6b6384e796280a206cb5139ee8314d2 \ size 7469640 python.versions 39 310 311 312 python.pep517 no compiler.cxx_standard 2011 if {${name} ne ${subport}} { qt6.depends_lib qt3d depends_build-append \ port:py${python.version}-pyqt-builder \ path:${python.prefix}/bin/sip-build:py${python.version}-sip depends_lib-append \ port:py${python.version}-pyqt6 \ port:py${python.version}-pyqt6-sip build.args-append \ --qmake ${prefix}/libexec/qt6/bin/qmake \ --verbose build.cmd sip-build-${python.branch} build.target pre-destroot { reinplace "s|sip-distinfo|sip-distinfo-${python.branch}|g" \ ${build.dir}/build/Makefile } destroot.cmd make destroot.dir ${build.dir}/build destroot.destdir "INSTALL_ROOT=${destroot}" post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} NEWS LICENSE \ ChangeLog README.md ${destroot}${docdir} } }