summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-12-12 20:47:59 +0000
committerKhem Raj <raj.khem@gmail.com>2024-12-12 12:55:12 -0800
commit58d635407ff3aa9b9170b9624b1156b8d993df73 (patch)
tree4295b7da34d7a683ce6c3080211f2d3e72a241fa /meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb
parentc89eb13f4eef40cc1e890759279e97f17fae048d (diff)
downloadmeta-openembedded-58d635407ff3aa9b9170b9624b1156b8d993df73.tar.gz
python3-pdm: update to version 2.22.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb b/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb
deleted file mode 100644
index d323ae3c69..0000000000
--- a/meta-python/recipes-devtools/python/python3-pdm_2.21.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "A modern Python package and dependency manager supporting the latest PEP standards"
2HOMEPAGE = "https://pdm-project.org/latest/"
3LICENSE = "MIT"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
6
7SRC_URI[sha256sum] = "9c928d6db62d104ab86318fe09aaf9bdfc6f616176af407e4df00f59e001930f"
8
9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 python3-pdm-backend-native \
13 python3-pdm-build-locked-native \
14"
15
16BBCLASSEXTEND = "native nativesdk"