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/recipes-devtools/python/python3-configargparse_1.7.5.bb | |
| 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/recipes-devtools/python/python3-configargparse_1.7.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." | ||
| 2 | HOMEPAGE = "https://github.com/bw2/ConfigArgParse" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "configargparse" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 14 | |||
| 15 | PACKAGECONFIG ?= "yaml" | ||
| 16 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "\ | ||
| 19 | python3-core \ | ||
| 20 | python3-shell \ | ||
| 21 | python3-json \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
