blob: e6c1746a8ac3284e3f7d229f19aaafe97a07d922 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "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] = "39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"
11
12BBCLASSEXTEND = "native"