From 5eb2ad39a3eb2206a69a6075e5a5f6b4d31d7691 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:55:00 +0800 Subject: python3-pdm-build-locked: upgrade 0.3.4 -> 0.3.5 Changelog: Proper support for VCS and URL requirements Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pdm-build-locked_0.3.4.bb | 14 -------------- .../python/python3-pdm-build-locked_0.3.5.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb deleted file mode 100644 index 5dbd2b0edd..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" - -SRC_URI[sha256sum] = "46dd94f6134e351a8885754ffef95a395e774f1f338348b763f9a208fd19efd7" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " python3-pdm-backend-native" - -PYPI_PACKAGE = "pdm_build_locked" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb new file mode 100644 index 0000000000..c0eee4e97d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb @@ -0,0 +1,14 @@ +SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" + +SRC_URI[sha256sum] = "ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " python3-pdm-backend-native" + +PYPI_PACKAGE = "pdm_build_locked" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf