summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-05-12 10:41:48 +0200
committerKhem Raj <raj.khem@gmail.com>2022-05-14 08:17:25 -0700
commitba30fa8a64a25620487d49d51e1eb92b4b0be14b (patch)
treeda887712739f4984ba0b61c5ee702b87c1ee40fa /meta-python/recipes-devtools/python
parent5e5e36e30706ad857d68e98b11ba905b0e306120 (diff)
downloadmeta-openembedded-ba30fa8a64a25620487d49d51e1eb92b4b0be14b.tar.gz
python3-parsimonious: new package
Add a recipe for parsimonious: an arbitrary-lookahead parser written in pure Python. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb11
1 files changed, 11 insertions, 0 deletions
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
new file mode 100644
index 0000000000..5a604fa41c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.9.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] = "b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-regex"