From f2856c715cf5f432c61e8c0bdcd6cfbe7a6f439e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 6 Mar 2024 07:42:20 -0800 Subject: python3-build: upgrade 1.0.3 -> 1.1.1 (From OE-Core rev: 8b4703d0a1866053979dd1500a7d6d8d3d6b853a) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-build_1.0.3.bb | 32 ---------------------- .../recipes-devtools/python/python3-build_1.1.1.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-build_1.0.3.bb create mode 100644 meta/recipes-devtools/python/python3-build_1.1.1.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-build_1.0.3.bb b/meta/recipes-devtools/python/python3-build_1.0.3.bb deleted file mode 100644 index 2d8faeff25..0000000000 --- a/meta/recipes-devtools/python/python3-build_1.0.3.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] = "538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b" - -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.1.1.bb b/meta/recipes-devtools/python/python3-build_1.1.1.bb new file mode 100644 index 0000000000..7fc3eef91b --- /dev/null +++ b/meta/recipes-devtools/python/python3-build_1.1.1.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] = "8eea65bb45b1aac2e734ba2cc8dad3a6d97d97901a395bd0ed3e7b46953d2a31" + +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