diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-16 11:35:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 09:24:26 -0800 |
| commit | e25bb72b083f411569c271c0d09ba06ca292fba3 (patch) | |
| tree | 6bd14c8e148dcf03a014f4d72b9df64dc90c3488 /meta-python/recipes-devtools/python/python3-gast_0.5.3.bb | |
| parent | adc3781e368c6b89cf212df8180169e37e2d50a9 (diff) | |
| download | meta-openembedded-e25bb72b083f411569c271c0d09ba06ca292fba3.tar.gz | |
python3-gast: upgrade 0.5.2 -> 0.5.3
Signed-off-by: Wang Mingyu <wangmy@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.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gast_0.5.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb new file mode 100644 index 0000000000..7fd49456d2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST)." | ||
| 2 | HOMEPAGE = "https://github.com/serge-sans-paille/gast" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "cfbea25820e653af9c7d1807f659ce0a0a9c64f2439421a7bba4f0983f532dea" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
