From 8710268bc9302a410a7949e7216795a0efbd1e17 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Dec 2024 07:48:54 +0100 Subject: python3-beartype: upgrade 0.18.5 -> 0.19.0 Change backend to hatchling. (From OE-Core rev: 95f3b7315db80731eaf8a9700d1104fe4ea4f98e) Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-beartype_0.18.5.bb | 13 ------------- meta/recipes-devtools/python/python3-beartype_0.19.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-beartype_0.18.5.bb create mode 100644 meta/recipes-devtools/python/python3-beartype_0.19.0.bb diff --git a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb b/meta/recipes-devtools/python/python3-beartype_0.18.5.bb deleted file mode 100644 index 95d947c90e..0000000000 --- a/meta/recipes-devtools/python/python3-beartype_0.18.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Unbearably fast runtime type checking in pure Python." -HOMEPAGE = "https://beartype.readthedocs.io" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" - -SRC_URI[sha256sum] = "264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "python3-numbers python3-io" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb b/meta/recipes-devtools/python/python3-beartype_0.19.0.bb new file mode 100644 index 0000000000..ee2c068e09 --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.19.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Unbearably fast runtime type checking in pure Python." +HOMEPAGE = "https://beartype.readthedocs.io" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" + +SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573" + +inherit pypi python_hatchling + +RDEPENDS:${PN} += "python3-numbers python3-io" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf