diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-07 18:24:06 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-08 15:04:57 -0800 |
| commit | a3d2fd3f853583cf15620a5b1df7dc331dbef677 (patch) | |
| tree | 5f4c8addffbfa249f67b200873c759899816cc50 /meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb | |
| parent | 1d43511321f2bd08a4b3f0aa1422cf406ae0b3f6 (diff) | |
| download | meta-openembedded-a3d2fd3f853583cf15620a5b1df7dc331dbef677.tar.gz | |
python3-pdm: Upgrade 2.22.3 -> 2.22.4
Upgrade to release 2.22.4:
- Ensure dev-dependencies are added to the correct group when the
tool.pdm.dev-dependencies table has groups.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 0000000000..e6f35b3c7a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.22.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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] = "8483f3d2285039cea7e07c5ba6ac7e1fcba358129f8831fb75065a797d27b923" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-pdm-backend-native \ | ||
| 13 | python3-pdm-build-locked-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
