mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
python3-pdm: upgrade 2.25.1 -> 2.25.3
Changelog: ============= - Fix a bug that local file package metadata was missing when reading the lockfile. - Extract dependency-groups and extras markers from marker value when parsing pylock.toml. (From OE-Core rev: 81bdaa7dca8715d94f230b3698f519743765210e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a582230cf9
commit
0ca584c65c
16
meta/recipes-devtools/python/python3-pdm_2.25.3.bb
Normal file
16
meta/recipes-devtools/python/python3-pdm_2.25.3.bb
Normal file
@@ -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] = "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
python3-pdm-backend-native \
|
||||
python3-pdm-build-locked-native \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user