From 432984b96f7e768cf0f57180f0aeaf4f66bc8842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 23 Jan 2021 20:25:13 +0100 Subject: [PATCH] python3-typed-ast: Initial add 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-typed-ast_1.4.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb 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 @@ +SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments" +HOMEPAGE = "https://github.com/python/typed_ast" +LICENSE = "Apache-2.0 & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f" + +PYPI_PACKAGE = "typed_ast" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b" + +BBCLASSEXTEND = "native"