| SUMMARY = "Python parsing module" |
| DESCRIPTION = "The pyparsing module is an alternative approach to creating \ |
| and executing simple grammars, vs. the traditional lex/yacc approach, or \ |
| the use of regular expressions. The pyparsing module provides a library of \ |
| classes that client code uses to construct the grammar directly in Python \ |
| code." |
| HOMEPAGE = "https://github.com/pyparsing/pyparsing/" |
| BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues" |
| |
| LICENSE = "MIT" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=9c8a9625037eff2407f8456010875183" |
| |
| SRC_URI[sha256sum] = "c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc" |
| |
| inherit pypi python_flit_core |
| |
| RDEPENDS:${PN} += " \ |
| python3-datetime \ |
| python3-debugger \ |
| python3-html \ |
| python3-json \ |
| python3-netclient \ |
| python3-pprint \ |
| python3-stringold \ |
| python3-threading \ |
| " |
| |
| BBCLASSEXTEND = "native nativesdk" |