- 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)
19 lines
490 B
BlitzBasic
19 lines
490 B
BlitzBasic
SUMMARY = "Pythonic Implementation of lyrics.wikia.com"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://setup.py;beginline=14;endline=14;md5=95d480cd6f8471abaeae21bd0ed277ba"
|
|
|
|
SRC_URI[md5sum] = "1f3c997edeba149a8fb2b861cbad89c3"
|
|
SRC_URI[sha256sum] = "c5f36e8ef0ed3b487a9242ce34c19f9684e418a5bbffd5d367dc1d1604b4cd0b"
|
|
|
|
PYPI_PACKAGE = "PyLyrics"
|
|
PYPI_PACKAGE_EXT = "zip"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-beautifulsoup4 \
|
|
python3-classes \
|
|
python3-requests \
|
|
"
|