From e5581dc85e70e025469f30e9ff0739d1af42dd8c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 5 Sep 2023 14:18:01 +0100 Subject: python3-build: upgrade to 1.0.0 (From OE-Core rev: 8f22d09d1f3d206c459862d80b7add5700344d90) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../python/python3-build_0.10.0.bb | 32 ---------------------- .../recipes-devtools/python/python3-build_1.0.0.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-build_0.10.0.bb create mode 100644 meta/recipes-devtools/python/python3-build_1.0.0.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-build_0.10.0.bb b/meta/recipes-devtools/python/python3-build_0.10.0.bb deleted file mode 100644 index b446fa391d..0000000000 --- a/meta/recipes-devtools/python/python3-build_0.10.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -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] = "d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269" - -inherit pypi python_flit_core - -DEPENDS += "python3-pyproject-hooks-native" - -DEPENDS:remove:class-native = "python3-build-native" - -# Skip dependencies as we're doing a minimal build to bootstrap -PEP517_BUILD_OPTS:class-native = "--skip-dependency-check" - -do_compile:prepend:class-native() { - export PYTHONPATH="${S}/src" -} - -RDEPENDS:${PN} += " \ - python3-compression \ - python3-difflib \ - python3-ensurepip \ - python3-logging \ - python3-packaging \ - python3-pyproject-hooks \ - python3-tomllib \ - python3-venv \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-build_1.0.0.bb b/meta/recipes-devtools/python/python3-build_1.0.0.bb new file mode 100644 index 0000000000..7944bb0b26 --- /dev/null +++ b/meta/recipes-devtools/python/python3-build_1.0.0.bb @@ -0,0 +1,32 @@ +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] = "49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d" + +inherit pypi python_flit_core + +DEPENDS += "python3-pyproject-hooks-native" + +DEPENDS:remove:class-native = "python3-build-native" + +# Skip dependencies as we're doing a minimal build to bootstrap +PEP517_BUILD_OPTS:class-native = "--skip-dependency-check" + +do_compile:prepend:class-native() { + export PYTHONPATH="${S}/src" +} + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-difflib \ + python3-ensurepip \ + python3-logging \ + python3-packaging \ + python3-pyproject-hooks \ + python3-tomllib \ + python3-venv \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf