From 64a54478642b518a414241dbc78f1eb0ec9f21d8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:37 +0800 Subject: python3-pdm: upgrade 2.22.0 -> 2.22.1 Changelog: =========== - Fix zsh hanging issue by removing PyPI package completion. - Write dev dependencies to dependency-groups section when importing project from other package managers. - Show a warning when resolving against cross-platform targets under uv mode. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pdm_2.22.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.22.1.bb new file mode 100644 index 0000000000..b089307aac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.1.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] = "6d3276ed8efc7d118a1667a871570b50d84025b2ad461598b7a2558610999330" + +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