aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb')
-rw-r--r--meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
new file mode 100644
index 0000000..0cb0d36
--- /dev/null
+++ b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+# SPDX-License-Identifier: Apache-2.0
+
+SUMMARY = "Python pyparsing"
+HOMEPAGE = "https://pypi.org/project/pyparsing"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "pyparsing"
+SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4"
+SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
+BBCLASSEXTEND = "native nativesdk"