aboutsummaryrefslogtreecommitdiff
path: root/python/ply/slack-desc
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2019-03-02 08:47:32 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:53:47 -0500
commit18f7a4b5397bbdc53f21bc86b89335784ac1337b (patch)
tree7dd3905c442fecf95bda2d8ed0488d368d4d6c29 /python/ply/slack-desc
parent57114801d8a9ef06fd8272ea7b80c110bec697bd (diff)
python/ply: Removed (added to Slackware).
...as python-ply, thanks to USUARIONUEVO Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/ply/slack-desc')
-rw-r--r--python/ply/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/ply/slack-desc b/python/ply/slack-desc
deleted file mode 100644
index 62a84d58d818e..0000000000000
--- a/python/ply/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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------------------------------------------------------|
-ply: ply (Python Lex & Yacc)
-ply:
-ply: PLY is yet another implementation of lex and yacc for Python.
-ply: Some notable features include the fact that its implemented entirely
-ply: n Python and it uses LALR(1) parsing which is efficient and well
-ply: suited for larger grammars.
-ply:
-ply: Homepage: http://www.dabeaz.com/ply/
-ply:
-ply:
-ply: