From 8f5c021ddb2afc891ee6071f26fe93a1ed7dcad4 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Fri, 3 Apr 2026 17:31:47 +0800 Subject: python3-configargparse: upgrade 1.7.3 -> 1.7.5 Changelog: Slightly simplified PyPI deployment workflow via setuptools-scm Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../python/python3-configargparse_1.7.3.bb | 22 -------------------- .../python/python3-configargparse_1.7.5.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb deleted file mode 100644 index 6715abab3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." -HOMEPAGE = "https://github.com/bw2/ConfigArgParse" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" - -SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e" - -PYPI_PACKAGE = "configargparse" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi setuptools3 - -PACKAGECONFIG ?= "yaml" -PACKAGECONFIG[yaml] = ",,,python3-pyyaml" - -RDEPENDS:${PN} += "\ - python3-core \ - python3-shell \ - python3-json \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb new file mode 100644 index 0000000000..49df56d75b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb @@ -0,0 +1,24 @@ +SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." +HOMEPAGE = "https://github.com/bw2/ConfigArgParse" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" + +SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" + +PYPI_PACKAGE = "configargparse" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" + +PACKAGECONFIG ?= "yaml" +PACKAGECONFIG[yaml] = ",,,python3-pyyaml" + +RDEPENDS:${PN} += "\ + python3-core \ + python3-shell \ + python3-json \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf