diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-04-03 17:31:47 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-03 08:38:52 -0700 |
| commit | 8f5c021ddb2afc891ee6071f26fe93a1ed7dcad4 (patch) | |
| tree | e647a8f56ce0b8aaac517c0b6d3a7e16e3427a68 /meta-python | |
| parent | 6bc36f105c562e48b0feba2a026416d0942f2bd3 (diff) | |
| download | meta-openembedded-8f5c021ddb2afc891ee6071f26fe93a1ed7dcad4.tar.gz | |
python3-configargparse: upgrade 1.7.3 -> 1.7.5
Changelog: Slightly simplified PyPI deployment workflow via setuptools-scm
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb (renamed from meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb index 6715abab3a..49df56d75b 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb | |||
| @@ -3,12 +3,14 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e" | 6 | SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "configargparse" | 8 | PYPI_PACKAGE = "configargparse" |
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 12 | 14 | ||
| 13 | PACKAGECONFIG ?= "yaml" | 15 | PACKAGECONFIG ?= "yaml" |
| 14 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" | 16 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" |
