diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-07 11:13:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 08:59:27 -0700 |
commit | ab20fafe4f203ccb6d2e555c0030d302ebeae6df (patch) | |
tree | 61056e0cc48be00a3809458c626b6025afbd31d9 /meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb | |
parent | 8cf01add979ae5ffb27cc50cf9b089ad9781559b (diff) | |
download | meta-openembedded-ab20fafe4f203ccb6d2e555c0030d302ebeae6df.tar.gz |
python3-configargparse : upgrade 1.5.3 -> 1.5.5
Changelog:
===========
fixed 'publish' step
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb new file mode 100644 index 0000000000..7d3a5fba5f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.5.bb | |||
@@ -0,0 +1,21 @@ | |||
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] = "363d80a6d35614bd446e2f2b1b216f3b33741d03ac6d0a92803306f40e555b58" | ||
7 | |||
8 | PYPI_PACKAGE = "ConfigArgParse" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | PACKAGECONFIG ?= "yaml" | ||
13 | PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" | ||
14 | |||
15 | RDEPENDS:${PN} += "\ | ||
16 | ${PYTHON_PN}-core \ | ||
17 | ${PYTHON_PN}-shell \ | ||
18 | ${PYTHON_PN}-json \ | ||
19 | " | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||