summaryrefslogtreecommitdiff
path: root/devel/ply
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-16 15:38:40 +0000
committerrecht <recht@pkgsrc.org>2004-07-16 15:38:40 +0000
commitb0ef710ecd802e30a6de89d8d3e78360668aab65 (patch)
tree294389c972f44401f01fd688ee7d3d9a57b570aa /devel/ply
parente9021af640e82905482258d28e85eb97572f3863 (diff)
downloadpkgsrc-b0ef710ecd802e30a6de89d8d3e78360668aab65.tar.gz
Delete a file missed before the import..
Diffstat (limited to 'devel/ply')
-rw-r--r--devel/ply/NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/ply/NEWS b/devel/ply/NEWS
deleted file mode 100644
index b272857bb8c..00000000000
--- a/devel/ply/NEWS
+++ /dev/null
@@ -1,14 +0,0 @@
-initial import of ply-1.5
-
-The 1.4 version of the package was provided by NONAKA Kimihiro
-in PR 26344 . (And seems to be based upon the FreeBSD port.)
-
-Cleaned up and updated to 1.5 by me.
-
-PLY is a Python-only implementation of the popular compiler construction
-tools lex and yacc. The implementation borrows ideas from a number of
-previous efforts; most notably John Aycock's SPARK toolkit. However, the
-overall flavor of the implementation is more closely modeled after the C
-version of lex and yacc. The other significant feature of PLY is that it
-provides extensive input validation and error reporting--much more so than
-other Python parsing tools.