blob: 5a604fa41ccfdf6e2bce2a6e233a46c6cfe68216 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001SUMMARY = "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"