aboutsummaryrefslogtreecommitdiff
path: root/python/python-gast/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 11:46:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 11:46:09 +0700
commitc8229dcca778b0eca1ae8b618c3ae8790feab6cb (patch)
tree2138018b2cf28efdb32afcd46308be6fbe513561 /python/python-gast/README
parenta33a30a0041019c838975e58f20b9cd95366490a (diff)
python/python-gast: Removed (Use python3-gast).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gast/README')
-rw-r--r--python/python-gast/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-gast/README b/python/python-gast/README
deleted file mode 100644
index 0117896980..0000000000
--- a/python/python-gast/README
+++ /dev/null
@@ -1,3 +0,0 @@
-GAST provides a compatibility layer between the AST
-(Abstract Syntax Tree) of various Python versions, as produced by
-ast.parse from the standard ast module.