blob: aac58de37f7a64f5af0fe95af89c923c3d340e11 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Andrew Geissler97771a32021-03-05 15:23:11 -06006SRC_URI[sha256sum] = "0428b975ab6c48bb101ccb732e1b5cb616296e28268e032aa806f32b647a1cc1"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
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"
19
20BBCLASSEXTEND = "native nativesdk"