From 09e086812aab7ca6ee480fb625966e2318174345 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 9 Sep 2022 09:26:03 +0800 Subject: python3-parsimonious: upgrade 0.9.0 -> 0.10.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-parsimonious_0.10.0.bb | 11 +++++++++++ .../recipes-devtools/python/python3-parsimonious_0.9.0.bb | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb new file mode 100644 index 0000000000..c2352224ff --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python." +HOMEPAGE = "https://github.com/erikrose/parsimonious" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" + +SRC_URI[sha256sum] = "8281600da180ec8ae35427a4ab4f7b82bfec1e3d1e52f80cb60ea82b9512501c" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-regex" diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb deleted file mode 100644 index 5a604fa41c..0000000000 --- a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python." -HOMEPAGE = "https://github.com/erikrose/parsimonious" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" - -SRC_URI[sha256sum] = "b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-regex" -- cgit v1.2.3-54-g00ecf