- 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)
29 lines
670 B
BlitzBasic
29 lines
670 B
BlitzBasic
SUMMARY = "A port of Ruby on Rails' inflection to Python."
|
|
HOMEPAGE = "https://pypi.org/project/inflection"
|
|
LICENSE = "MIT"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2fb6fa1a6f1792d78de19ad1bb653c31"
|
|
|
|
SRC_URI[md5sum] = "c3287d4f0e3bdf625a52d655cc514403"
|
|
SRC_URI[sha256sum] = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
|
|
|
|
inherit pypi setuptools3 ptest
|
|
|
|
SRC_URI +=" \
|
|
file://run-ptest \
|
|
"
|
|
|
|
RDEPENDS:${PN}-ptest +=" \
|
|
python3-pytest \
|
|
python3-unittest-automake-output \
|
|
"
|
|
|
|
do_install_ptest() {
|
|
cp -f ${S}/test_inflection.py ${D}${PTEST_PATH}/
|
|
}
|
|
|
|
|
|
RDEPENDS:${PN} += "python3-pytest"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|