- 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)
22 lines
555 B
BlitzBasic
22 lines
555 B
BlitzBasic
SUMMARY = "Python front end for libmagic"
|
|
DESCRIPTION = "This library is a Python ctypes interface to libmagic."
|
|
HOMEPAGE = "https://darwinsys.com/file/"
|
|
LICENSE = "BSD-2-Clause"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e949c0b3fb4fd86232f00c6ee0bdef3"
|
|
|
|
SRC_URI[sha256sum] = "a91d1483117f7ed48cd0238ad9be36b04824d57e9c38ea7523113989e81b9c53"
|
|
|
|
PYPI_PACKAGE="file-magic"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
file \
|
|
python3-core \
|
|
python3-ctypes \
|
|
python3-threading \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|