- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
13 lines
420 B
BlitzBasic
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"
|