meta-qt6/recipes-python/pyqt6/python3-pyqt-builder-native_1.18.0.bb
Leon Anavi cc3fdd1604 python3-pyqt-builder-native: Upgrade 1.17.0 -> 1.18.0
Upgrade to release 1.18.0 with the following changes:

- Added support for the QtStateMachine module
- Missing Linux multimedia libraries in Qt v6.8
- Updated the default ABIs used
- Set the minimum glibc version on x86-64 to v2.28
- Include specific (L)GPL LICENSE file in Qt wheels
- A regression that prevented single architecture Qt installations
  being bundled on macOS was fixed.

The work was sponsored by GOVCERT.LU.

Change-Id: I3751c821a2cfce4a4f82136e7ec1a3c53852524b
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
2025-02-06 06:25:11 +02:00

13 lines
420 B
BlitzBasic

SUMMARY = "The PEP 517 compliant PyQt build system"
HOMEPAGE = "https://pypi.org/project/PyQt-builder/"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
SRC_URI[sha256sum] = "ce9930aafc1ce0af928a6944bcc80ecf78c23ffdcad6ac111306c4c71057848e"
inherit pypi python_setuptools_build_meta native
PYPI_PACKAGE = "pyqt_builder"
DEPENDS += "python3-setuptools-scm-native"