From 58d635407ff3aa9b9170b9624b1156b8d993df73 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 12 Dec 2024 20:47:59 +0000 Subject: python3-pdm: update to version 2.22.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pdm_2.21.0.bb | 16 ---------------- .../recipes-devtools/python/python3-pdm_2.22.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb deleted file mode 100644 index d323ae3c69..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.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] = "9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f" - -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.22.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.0.bb new file mode 100644 index 0000000000..e65e0e459b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.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] = "61b4f0f8238bf99ba59ffae3db524604417379df917e081d61b1e257bfc20e43" + +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