summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-08-10 11:30:56 +0300
committerKhem Raj <raj.khem@gmail.com>2021-08-16 08:21:14 -0700
commit8c6f98157ee54b1de130e6a0ea2ada861411c45c (patch)
tree3dd127fbeab712d7c8112149e5232ec138251fc0 /meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
parent0aa3b3e0c2c63bf4623a076a09faef47f4762a7d (diff)
downloadmeta-openembedded-8c6f98157ee54b1de130e6a0ea2ada861411c45c.tar.gz
python3-configargparse: Upgrade 1.5.1 -> 1.5.2
Upgrade to release 1.5.2: - fix: append with nargs > 1 for env vars - add support for argparse.BooleanOptionalAction - Docs update Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
deleted file mode 100644
index 32b24f0429..0000000000
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables."
2HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
5
6SRC_URI[sha256sum] = "371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812"
7
8PYPI_PACKAGE = "ConfigArgParse"
9
10inherit pypi setuptools3
11
12PACKAGECONFIG ?= "yaml"
13PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml"
14
15RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-core \
17 ${PYTHON_PN}-shell \
18 ${PYTHON_PN}-json \
19"
20
21BBCLASSEXTEND = "native nativesdk"