| SUMMARY = "A simple, correct PEP517 package builder" |
| HOMEPAGE = "https://github.com/pypa/build" |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" |
| |
| SRC_URI[sha256sum] = "94e17f1db803ab22f46049376c44c8437c52090f0dfdf1adc43df56542d644fb" |
| |
| inherit pypi python_flit_core |
| |
| DEPENDS += "python3-pyproject-hooks-native" |
| |
| do_compile:class-native() { |
| python_flit_core_do_manual_build |
| } |
| |
| RDEPENDS:${PN} += " \ |
| python3-compression \ |
| python3-difflib \ |
| python3-ensurepip \ |
| python3-logging \ |
| python3-packaging \ |
| python3-pyproject-hooks \ |
| python3-tomllib \ |
| python3-venv \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |