blob: c2352224ff88e85f10d0d26e92d8ec10e81a8ebb [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
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007SRC_URI[sha256sum] = "8281600da180ec8ae35427a4ab4f7b82bfec1e3d1e52f80cb60ea82b9512501c"
Andrew Geisslerd5838332022-05-27 11:33:10 -05008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-regex"