From 5beb29527311257a1332c0bd9364f183555e9f83 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 15 Jul 2021 05:33:53 +0800 Subject: python3-configargparse: upgrade 1.5 -> 1.5.1 added get_source_to_settings_dict Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-configargparse_1.5.1.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb') 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 new file mode 100644 index 0000000000..596d16fa4a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb @@ -0,0 +1,21 @@ +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] = "371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812" + +PYPI_PACKAGE = "ConfigArgParse" + +inherit pypi setuptools3 + +PACKAGECONFIG ?= "yaml" +PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-json \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf