diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb new file mode 100644 index 0000000000..2cc9f6c435 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments" | ||
2 | HOMEPAGE = "https://github.com/python/typed_ast" | ||
3 | LICENSE = "Apache-2.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f" | ||
5 | |||
6 | PYPI_PACKAGE = "typed_ast" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||