- 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)
23 lines
643 B
BlitzBasic
23 lines
643 B
BlitzBasic
SUMMARY = "A pure-Python git object database"
|
|
HOMEPAGE = "http://github.com/gitpython-developers/gitdb"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
|
|
|
|
DEPENDS = "python3-smmap"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "gitdb"
|
|
|
|
SRC_URI[sha256sum] = "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b"
|
|
|
|
RDEPENDS:${PN} += "python3-compression \
|
|
python3-crypt \
|
|
python3-io \
|
|
python3-mmap \
|
|
python3-shell \
|
|
python3-smmap \
|
|
"
|
|
BBCLASSEXTEND = "native nativesdk"
|