summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-build_1.3.0.bb
diff options
context:
space:
mode:
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.bb27
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 @@
1SUMMARY = "A simple, correct PEP517 package builder"
2HOMEPAGE = "https://github.com/pypa/build"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
5
6SRC_URI[sha256sum] = "698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397"
7
8inherit pypi python_flit_core
9
10DEPENDS += "python3-pyproject-hooks-native"
11
12do_compile:class-native() {
13 python_flit_core_do_manual_build
14}
15
16RDEPENDS:${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
27BBCLASSEXTEND = "native nativesdk"