diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-build_1.3.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-build_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-build_1.3.0.bb b/meta/recipes-devtools/python/python3-build_1.3.0.bb new file mode 100644 index 0000000000..2bf08ca08b --- /dev/null +++ b/meta/recipes-devtools/python/python3-build_1.3.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "A simple, correct PEP517 package builder" | ||
| 2 | HOMEPAGE = "https://github.com/pypa/build" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397" | ||
| 7 | |||
| 8 | inherit pypi python_flit_core | ||
| 9 | |||
| 10 | DEPENDS += "python3-pyproject-hooks-native" | ||
| 11 | |||
| 12 | do_compile:class-native() { | ||
| 13 | python_flit_core_do_manual_build | ||
| 14 | } | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-compression \ | ||
| 18 | python3-difflib \ | ||
| 19 | python3-ensurepip \ | ||
| 20 | python3-logging \ | ||
| 21 | python3-packaging \ | ||
| 22 | python3-pyproject-hooks \ | ||
| 23 | python3-tomllib \ | ||
| 24 | python3-venv \ | ||
| 25 | " | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
