diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 11:41:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 11:41:15 +0700 |
commit | 5dec9dcbb024bee37e2e48bb32f16284e00bcb0c (patch) | |
tree | 78aac50024ae69fb4769ff5fed076926c5235e6b /python/python3-gast/slack-desc | |
parent | d11220fc66d4ecae2c7fb602b36690c826bdda0f (diff) |
python/python3-gast: Added (compatibility layer between the AST).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gast/slack-desc')
-rw-r--r-- | python/python3-gast/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-gast/slack-desc b/python/python3-gast/slack-desc new file mode 100644 index 000000000000..28889562c621 --- /dev/null +++ b/python/python3-gast/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-gast: python3-gast (AST that abstracts the underlying Python version) +python3-gast: +python3-gast: GAST provides a compatibility layer between the AST +python3-gast: (Abstract Syntax Tree) of various Python versions, as produced by +python3-gast: ast.parse from the standard ast module. +python3-gast: +python3-gast: +python3-gast: +python3-gast: +python3-gast: +python3-gast: |