diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 12:03:44 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
| commit | 8993bdb0220f18ad26688b8f018cc4c93a4b1e21 (patch) | |
| tree | 18f10a659326c6a597f3a859c203aaf8b2006052 /meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb | |
| parent | 5b86e4dc514fd93823d8dccca7589ee505caaf85 (diff) | |
| download | meta-openembedded-8993bdb0220f18ad26688b8f018cc4c93a4b1e21.tar.gz | |
python3-pdm: Upgrade to 2.19.1
Add newlt added dependency on python3-pdm-build-locked-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.19.1.bb new file mode 100644 index 0000000000..245e76014e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm_2.19.1.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] = "7fe235a9cb27b7ec17b762dc85bc9ae71e0776e4b7a8b6f64203f24bb915aa2c" | ||
| 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" | ||
