aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-08-02 11:29:41 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-03 08:52:31 -0700
commit2fe2e93c9eef7fae5d8ee6aa4ccf647554252b63 (patch)
treefa7ec267e98ded2671af1b814a2fc2305fbf303a /meta-python/recipes-devtools/python/python3-gast_0.5.1.bb
parentd8e67165c68a380464e641f5a8b12c545b3e259d (diff)
downloadmeta-openembedded-contrib-2fe2e93c9eef7fae5d8ee6aa4ccf647554252b63.tar.gz
python3-gast: upgrade 0.5.0 -> 0.5.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gast_0.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gast_0.5.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb
new file mode 100644
index 0000000000..eda18602fb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gast_0.5.1.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST)."
+HOMEPAGE = "https://github.com/serge-sans-paille/gast"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90"
+
+SRC_URI[sha256sum] = "b00e63584db482ffe6107b5832042bbe5c5bf856e3c7279b6e93201b3dcfcb46"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native"