summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-18 17:08:37 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:23:45 -0800
commitce470efc08919c94c24c321ae5faaa0fb9ad11cc (patch)
treeb1518042f75ea061fe8a3525ba3ef858b1295c47 /meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
parent4a651782ecb50bad3b722c2fc5ea67e76a338f5e (diff)
downloadmeta-openembedded-ce470efc08919c94c24c321ae5faaa0fb9ad11cc.tar.gz
python3-parsimonious: upgrade 0.10.0 -> 0.11.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
new file mode 100644
index 0000000000..a637c7305c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.11.0.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python."
2HOMEPAGE = "https://github.com/erikrose/parsimonious"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
6
7SRC_URI[sha256sum] = "e080377d98957beec053580d38ae54fcdf7c470fb78670ba4bf8b5f9d5cad2a9"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-regex"