From bce7fcc0b557fa0e228548cd797a3348201ed229 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 17 May 2023 09:35:54 -0400 Subject: python3-hatchling: upgrade 1.14.1 -> 1.17.0 (From OE-Core rev: f656c8b3b05f1453d0a6401613d1340b758b7a4b) Signed-off-by: Trevor Gamblin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-hatchling_1.17.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-hatchling_1.17.0.bb (limited to 'meta/recipes-devtools/python/python3-hatchling_1.17.0.bb') diff --git a/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb new file mode 100644 index 0000000000..05a86f0efb --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.17.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] = "b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930" + +do_compile:prepend() { + export PYTHONPATH=src +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf