summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-01-23 20:25:13 +0100
committerKhem Raj <raj.khem@gmail.com>2021-01-27 10:21:14 -0800
commit432984b96f7e768cf0f57180f0aeaf4f66bc8842 (patch)
tree628b406acbc3a59f4a8b078d999a9db98a44b32e /meta-python
parentce96b66482c09f48535f4984aeafc8a230c46b24 (diff)
downloadmeta-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.bb12
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 @@
1SUMMARY = "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] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
11
12BBCLASSEXTEND = "native"