- 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)
17 lines
561 B
BlitzBasic
17 lines
561 B
BlitzBasic
SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents."
|
|
HOMEPAGE = "https://github.com/rsokl/custom_inherit"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434"
|
|
|
|
PYPI_PACKAGE = "custom_inherit"
|
|
|
|
SRC_URI += "file://0001-versioneer.py-do-not-use-SafeConfigParser.patch"
|
|
SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-json \
|
|
python3-stringold \
|
|
"
|