- 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)
18 lines
627 B
BlitzBasic
18 lines
627 B
BlitzBasic
DESCRIPTION = "Python style guide checker"
|
|
HOMEPAGE = "https://github.com/PyCQA/pycodestyle"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://README.rst;md5=d8ebbbe831259ce010179d2f310b0f3e"
|
|
|
|
SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
|
|
SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "python3-prettytable \
|
|
python3-cmd2 \
|
|
python3-pyparsing"
|
|
|
|
SRC_URI[md5sum] = "603821d06db945c71d811b5a8d78423c"
|
|
SRC_URI[sha256sum] = "fe249b52e20498e59e0b5c5256aa52ee99fc295b26ec9eaa85776ffdb9fe6374"
|