diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-23 20:25:13 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-27 10:21:14 -0800 |
| commit | 432984b96f7e768cf0f57180f0aeaf4f66bc8842 (patch) | |
| tree | 628b406acbc3a59f4a8b078d999a9db98a44b32e /meta-python | |
| parent | ce96b66482c09f48535f4984aeafc8a230c46b24 (diff) | |
| download | meta-openembedded-432984b96f7e768cf0f57180f0aeaf4f66bc8842.tar.gz | |
python3-typed-ast: Initial add 1.4.1
Currently it lives in:
* meta-microcontroller
* meta-ros-common
* meta-sca
Seems important so add it to meta-python
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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" | ||
