./x11/py-qt-builder, PyQt-world build tool (sip extension)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.15.4, Package name: py311-qt-builder-1.15.4, Maintainer: rhialto

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.


Master sites:

Filesize: 3678.182 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-01 14:30:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-qt-builder: updated to 1.15.4

v1.15.4 23rd November 2023
- A bug fix release.
   2023-10-20 16:31:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-qt-builder: updated to 1.15.3

PyQt-builder v1.15.3 has been released. This is a feature and bug-fix release \ 
that adds support for PyQt5 on Apple silicon.

Added the --apple-universal2 command line option to the build tools to specify a \ 
universal build on macOS.
   2023-08-05 08:16:27 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-qt-builder: refine Darwin support
   2023-08-04 19:10:08 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-qt-builder: fix for Darwin - application bundles are not supported
   2023-07-25 10:27:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-qt-builder: updated to 1.15.2

v1.15.2
This is a bug-fix release.
   2023-05-30 10:01:07 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-qt-builder: update to 1.15.1.

Added support for bindling the Qt6 QtLabs modules.
   2023-04-23 16:31:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-qt-builder: updated to 1.15.0

v1.15.0
- Added support for QtSpatialAudio for PyQt6.
- A bug fix release.
   2023-03-17 14:51:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-qt-builder: updated to 1.14.1

1.14.1: Bug fixes