summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb
diff options
context:
space:
mode:
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.bb24
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 @@
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] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f"
7
8PYPI_PACKAGE = "configargparse"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11inherit pypi python_setuptools_build_meta
12
13DEPENDS += "python3-setuptools-scm-native"
14
15PACKAGECONFIG ?= "yaml"
16PACKAGECONFIG[yaml] = ",,,python3-pyyaml"
17
18RDEPENDS:${PN} += "\
19 python3-core \
20 python3-shell \
21 python3-json \
22"
23
24BBCLASSEXTEND = "native nativesdk"