diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 22:55:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 09:16:12 -0800 |
| commit | 7f4bc263d3a56d6f1b2f61f4594c66b1eda8cd2b (patch) | |
| tree | 6a30525f4327b2bc4b0d87ec13394797995b618d /meta-python/recipes-devtools/python/python3-configargparse_1.3.bb | |
| parent | aef7c2bb5a868c2cbc59487b08b0e776589127f7 (diff) | |
| download | meta-openembedded-7f4bc263d3a56d6f1b2f61f4594c66b1eda8cd2b.tar.gz | |
python3-configargparse: update to 1.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configargparse_1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.3.bb new file mode 100644 index 0000000000..aac58de37f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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] = "0428b975ab6c48bb101ccb732e1b5cb616296e28268e032aa806f32b647a1cc1" | ||
| 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 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
