blob: 55cd78ce8fa141ebbe50e6ee11eb059c7abf99b1 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
2HOMEPAGE = "https://github.com/python/typed_ast"
3LICENSE = "Apache-2.0 & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
5
6PYPI_PACKAGE = "typed_ast"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "525a2d4088e70a9f75b08b3f87a51acc9cde640e19cc523c7e41aa355564ae27"
11
12BBCLASSEXTEND = "native"