From c0484c2ed01db53ecc9c04abea0b93c253bd7e0d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 Dec 2023 21:10:05 +0800 Subject: python3-hatchling: upgrade 1.20.0 -> 1.21.0 Changelog: Add parent context modifier for path fields (From OE-Core rev: 178d107340222aa49cdcfef859c0fe14870f552c) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-hatchling_1.20.0.bb | 17 ----------------- .../recipes-devtools/python/python3-hatchling_1.21.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatchling_1.20.0.bb create mode 100644 meta/recipes-devtools/python/python3-hatchling_1.21.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-hatchling_1.20.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.20.0.bb deleted file mode 100644 index 6c1db9b801..0000000000 --- a/meta/recipes-devtools/python/python3-hatchling_1.20.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] = "0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945" - -do_compile:prepend() { - export PYTHONPATH=src -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb new file mode 100644 index 0000000000..494e609319 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.21.0.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] = "5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c" + +do_compile:prepend() { + export PYTHONPATH=src +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf