mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-13 21:28:17 +00:00
python3-configargparse: upgrade 1.7.3 -> 1.7.5
Changelog: Slightly simplified PyPI deployment workflow via setuptools-scm Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
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] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f"
|
||||
|
||||
PYPI_PACKAGE = "configargparse"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
PACKAGECONFIG ?= "yaml"
|
||||
PACKAGECONFIG[yaml] = ",,,python3-pyyaml"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-core \
|
||||
python3-shell \
|
||||
python3-json \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user