blob: c482251b8f1bc671c50f96e50f7aabf24424265f [file] [log] [blame]
Andrew Geisslereef63862021-01-29 15:58:13 -06001SUMMARY = "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
Andrew Geisslere34f8962021-04-15 15:53:51 -050010SRC_URI[sha256sum] = "fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"
Andrew Geisslereef63862021-01-29 15:58:13 -060011
12BBCLASSEXTEND = "native"