From 85129ca33e65223e194b380a9a84542c84c2c03f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:36 +0800 Subject: python3-pdm-backend: upgrade 2.4.2 -> 2.4.3 Changelog: ========== - Bump validate-pyproject to 0.9.0 - Update dependencies - Update badge - Migrate tool config to pyproject.toml Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pdm-backend_2.4.2.bb | 14 -------------- .../recipes-devtools/python/python3-pdm-backend_2.4.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb b/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb deleted file mode 100644 index 04686c9138..0000000000 --- a/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "The build backend used by PDM that supports latest packaging standards" -HOMEPAGE = "https://github.com/pdm-project/pdm-backend" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4a564297b3c5b629a528b92fd8ff61ea" - -SRC_URI[sha256sum] = "1f833e527ae172f34b4b84e2fcf1f65859a2a5ca746e496d8313b3ea6539969f" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE= "pdm_backend" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb b/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb new file mode 100644 index 0000000000..6cf33491b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pdm-backend_2.4.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "The build backend used by PDM that supports latest packaging standards" +HOMEPAGE = "https://github.com/pdm-project/pdm-backend" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4a564297b3c5b629a528b92fd8ff61ea" + +SRC_URI[sha256sum] = "dbd9047a7ac10d11a5227e97163b617ad5d665050476ff63867d971758200728" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE= "pdm_backend" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf