From e5e895670bff76b3eff2977f420e7bdbf13515e7 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 10 Oct 2022 16:47:32 +0800 Subject: python3-hatchling: upgrade 1.10.0 -> 1.11.0 (From OE-Core rev: 3ba4735f0aa5ef1535b76f4e87deb7088c86b901) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-hatchling_1.11.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-hatchling_1.11.0.bb (limited to 'meta/recipes-devtools/python/python3-hatchling_1.11.0.bb') diff --git a/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb new file mode 100644 index 0000000000..00c4c598b5 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.11.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-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" +DEPENDS:remove:class-native = "python3-hatchling-native" + +SRC_URI[sha256sum] = "a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f" + +do_compile:prepend() { + export PYTHONPATH=src +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf