diff options
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" | ||
