diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-08 18:19:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-08 21:45:55 -0700 |
| commit | 25d3e390471f3c6d7feab87c42e34f479fac68b7 (patch) | |
| tree | 4698f19cc6f44aa3b1705b052d35281017593f0c /meta-python/recipes-devtools/python/python3-gast_0.5.4.bb | |
| parent | 0373e3429da81af2e37435489105ae54883482fb (diff) | |
| download | meta-openembedded-25d3e390471f3c6d7feab87c42e34f479fac68b7.tar.gz | |
python3-gast: upgrade 0.5.3 -> 0.5.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gast_0.5.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gast_0.5.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb b/meta-python/recipes-devtools/python/python3-gast_0.5.4.bb new file mode 100644 index 0000000000..9c750ea3b0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gast_0.5.4.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] = "9c270fe5f4b130969b54174de7db4e764b09b4f7f67ccfc32480e29f78348d97" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
