summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-22 14:31:02 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-21 22:35:51 -0800
commit8bb82a69ee64fc8b400f3e5e10aa0e4d65cf6f60 (patch)
tree2bf8aaf3dfe383053473a83afeaf9d7148a10b44 /meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb
parent34d731c20638299055566bfb29d56031a2db6c0e (diff)
downloadmeta-openembedded-8bb82a69ee64fc8b400f3e5e10aa0e4d65cf6f60.tar.gz
python3-pdm: upgrade 2.10.1 -> 2.10.3
Changelog: ============= -Create virtualenv for conda base Python. #2409 -Log the response text when pdm publish fails with HTTP error. -Improve the error message when a specific package can't be found in the lockfile. -prevent wrong project name (including space and illegal characters) -Fix a bug that PDM cannot detect namespace packages correctly when creating symlinks. -Fix template files created by pdm init being read-only when copied from a read-only PDM installation. -Don't reset the build backend when asking for import. -Never wrap the output of the export command. -Forbid global project in conda base environment, since it may remove conda-managed packages. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb b/meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb
deleted file mode 100644
index d5aab3db74..0000000000
--- a/meta-python/recipes-devtools/python/python3-pdm_2.10.1.bb
+++ /dev/null
@@ -1,15 +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] = "d166531c659fc4905933546544dd2e16cf648c2ba6d898c82126ad6a42117a81"
8
9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 ${PYTHON_PN}-pdm-backend-native \
13"
14
15BBCLASSEXTEND = "native nativesdk"