diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-09-02 20:03:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 14:05:11 +0100 |
| commit | f31114ee2e812e7a0b198aba56b34729d2ce7d0a (patch) | |
| tree | 8838a38ee50cdaf028ccffe774b6f51997862398 /meta/recipes-devtools/python/python3-pdm_2.25.9.bb | |
| parent | eee031d6ce521afe3e49d24f85261c373173f942 (diff) | |
| download | poky-f31114ee2e812e7a0b198aba56b34729d2ce7d0a.tar.gz | |
python3-pdm: Update 2.25.4 -> 2.25.9
- Add site-packages path to pdm info and print interpreter URL in
pdm python install -v.
- Support explicit free-threaded Python selection via version suffix t.
- Multiple lockfile/pylock improvements and hash handling fixes.
- Windows path resolution fixes for uv; CLI help formatting preserved.
- Dependencies: require packaging>22.0; bump truststore to 0.10.4.
- Misc: fix AI coding fast apply error
(From OE-Core rev: 5d693522c3aedef8fcbe8ba7ca3b112262427a51)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pdm_2.25.9.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pdm_2.25.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.9.bb b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb new file mode 100644 index 0000000000..6938edb82f --- /dev/null +++ b/meta/recipes-devtools/python/python3-pdm_2.25.9.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards" | ||
| 2 | HOMEPAGE = "https://pdm-project.org/latest/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "fb5fcd561986db1d83255d01e97e2e16f80debf743934d891a62ff2933ccc80c" | ||
| 8 | |||
| 9 | inherit pypi python_pdm | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pdm-build-locked-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
