Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 1 | SUMMARY = "ANTLR runtime for Python" |
2 | LICENSE = "BSD-3-Clause" | ||||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9a0a1d20e667cf7ab7c59357cf8b4812" | ||||
4 | |||||
5 | SRC_URI[sha256sum] = "a53de701312f9bdacc5258a6872cd6c62b90d3a90ae25e494026f76267333b60" | ||||
6 | |||||
7 | PYPI_PACKAGE = "antlr4-python3-runtime" | ||||
8 | |||||
9 | inherit pypi python_setuptools_build_meta | ||||
10 | |||||
11 | BBCLASSEXTEND = "nativesdk native" |