From 318b1313fe6ef8c31cf7b7babb1735b115f2996b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Apr 2025 17:16:59 +0800 Subject: python3-pdm: upgrade 2.22.4 -> 2.23.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pdm_2.22.4.bb | 16 ---------------- .../recipes-devtools/python/python3-pdm_2.23.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.23.0.bb diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb deleted file mode 100644 index e6f35b3c7a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" -HOMEPAGE = "https://pdm-project.org/latest/" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" - -SRC_URI[sha256sum] = "8483f3d2285039cea7e07c5ba6ac7e1fcba358129f8831fb75065a797d27b923" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-pdm-backend-native \ - python3-pdm-build-locked-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.23.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.23.0.bb new file mode 100644 index 0000000000..f565819a9a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.23.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" +HOMEPAGE = "https://pdm-project.org/latest/" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" + +SRC_URI[sha256sum] = "ec5ce439648b42b928f4afa91c2b6251e6a33f40cc83779d899ca970bd9eb131" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-pdm-backend-native \ + python3-pdm-build-locked-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf