head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.28 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.26 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.24 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.22 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.20 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.18 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.16 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.14 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.12 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.10 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.8 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.6 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2022.12.04.14.45.48; author gdt; state Exp; branches; next 1.1; commitid 7lHOtXgTBaHQyf4E; 1.1 date 2022.01.18.19.25.26; author rhialto; state Exp; branches; next ; commitid Zfpmm1iFCTKBo9pD; desc @@ 1.2 log @x11/py-qt-builder: Improve DESCR This package is a build system, not a bindings generator. Steal upstream text for DESCR. @ text @PyQt-builder is the PEP 517 compliant build system for PyQt and projects that extend PyQt. It extends the SIP build system and uses Qt's qmake, in conjunction with make, to perform the actual compilation and installation of extension modules. PyQt-builder is actually an extension of the PEP 384-compliant SIP bindings generator and build system. In the simplest cases all that is needed is a pyproject.toml file that specifies how the bindings are to be generated. More complicated cases require additional code, typically implemented in a project.py file. PyQt-builder doesn't provide any additional command line build tools but does extend the SIP tools by providing additional command line options and options that can be specified in the pyproject.toml file. These are implemented by the pyqtbuild module which also provides an API that can be used by a project's project.py file. @ 1.1 log @Add x11/py-qt-builder. Will be needed for calibre 5.x. @ text @d1 4 a4 3 PyQt-builder is a tool for generating Python bindings for C++ libraries that use the Qt application framework. The bindings are built on top of the PyQt bindings for Qt. PyQt-builder is used to build PyQt itself. @