From 3e276f598bc0f7b391277d2f8f56986a71bd5759 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 2 Nov 2021 09:42:39 +0100 Subject: python3-pyparsing: upgrade 3.0.0 -> 3.0.4 (From OE-Core rev: 6909ecaef580c43d2e439249b0134bf850448d93) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-pyparsing_3.0.0.bb | 22 ---------------------- .../python/python3-pyparsing_3.0.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pyparsing_3.0.0.bb create mode 100644 meta/recipes-devtools/python/python3-pyparsing_3.0.4.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.0.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.0.bb deleted file mode 100644 index f1f6b0df14..0000000000 --- a/meta/recipes-devtools/python/python3-pyparsing_3.0.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Python parsing module" -HOMEPAGE = "http://pyparsing.wikispaces.com/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" - -SRC_URI[sha256sum] = "001cad8d467e7a9248ef9fd513f5c0d39afcbcb9a43684101853bd0ab962e479" - -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" diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.0.4.bb b/meta/recipes-devtools/python/python3-pyparsing_3.0.4.bb new file mode 100644 index 0000000000..a862345e09 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pyparsing_3.0.4.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] = "e0df773d7fa2240322daae7805626dfc5f2d5effb34e1a7be2702c99cfb9f6b1" + +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