From c60748947c58f23032dd809c1343765ce06f2383 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 2 Feb 2024 08:09:11 +0800 Subject: python3-hatchling: upgrade 1.21.0 -> 1.21.1 Changelog: Fix loading of local plugins to account for newly released versions of a dependency (From OE-Core rev: f372bcf6d530bb0627fe2ed49e52e7ae279bf77f) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-hatchling_1.21.0.bb | 17 ----------------- .../recipes-devtools/python/python3-hatchling_1.21.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatchling_1.21.0.bb create mode 100644 meta/recipes-devtools/python/python3-hatchling_1.21.1.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb deleted file mode 100644 index 494e609319..0000000000 --- a/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "The extensible, standards compliant build backend used by Hatch" -HOMEPAGE = "https://hatch.pypa.io/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9" - -inherit pypi python_hatchling - -DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" -DEPENDS:remove:class-native = "python3-hatchling-native" - -SRC_URI[sha256sum] = "5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c" - -do_compile:prepend() { - export PYTHONPATH=src -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb new file mode 100644 index 0000000000..09d936aa7d --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "The extensible, standards compliant build backend used by Hatch" +HOMEPAGE = "https://hatch.pypa.io/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9" + +inherit pypi python_hatchling + +DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" +DEPENDS:remove:class-native = "python3-hatchling-native" + +SRC_URI[sha256sum] = "bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc" + +do_compile:prepend() { + export PYTHONPATH=src +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf