From 7a23323ce828d24e85f42773c7e5ac5e11b11f45 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 3 Aug 2022 16:40:30 +0800 Subject: python3-hatchling: upgrade 1.5.0 -> 1.6.0 Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli --- meta/recipes-devtools/python/python3-hatchling_1.5.0.bb | 17 ----------------- meta/recipes-devtools/python/python3-hatchling_1.6.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatchling_1.5.0.bb create mode 100644 meta/recipes-devtools/python/python3-hatchling_1.6.0.bb diff --git a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb deleted file mode 100644 index 61b3e87b92..0000000000 --- a/meta/recipes-devtools/python/python3-hatchling_1.5.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-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" -DEPENDS:remove:class-native = "python3-hatchling-native" - -SRC_URI[sha256sum] = "9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38" - -do_compile:prepend() { - export PYTHONPATH=src -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb new file mode 100644 index 0000000000..e06bdf02ec --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.6.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] = "bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544" + +do_compile:prepend() { + export PYTHONPATH=src +} + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg