From 61f13c6d3e81d48e80b05932bcd1bbbde34b047c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 10 Nov 2021 20:39:29 +0100 Subject: python3-pyparsing: update 3.0.4 -> 3.0.5 (From OE-Core rev: d5c83301004483a9dfe24df5ebf4a1b98fc20381) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-pyparsing_3.0.5.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb (limited to 'meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb') diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb new file mode 100644 index 0000000000..6f2c7f6cd9 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.5.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python parsing module" +HOMEPAGE = "http://pyparsing.wikispaces.com/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" + +SRC_URI[sha256sum] = "9329d1c1b51f0f76371c4ded42c5ec4cc0be18456b22193e0570c2da98ed288b" + +UPSTREAM_CHECK_REGEX = "pyparsing-(?P.*)\.tar" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-debugger \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-stringold \ + ${PYTHON_PN}-threading \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf