mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-03 15:58:25 +00:00
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>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-pdm_2.10.3.bb
Normal file
15
meta-python/recipes-devtools/python/python3-pdm_2.10.3.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
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] = "46dafc8a4fe268c46479876e52c6967f7a9aa385e1e574e64248670a37b358ff"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-pdm-backend-native \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user