summaryrefslogtreecommitdiffstats
path: root/python/python3-pyparsing/slack-desc
diff options
context:
space:
mode:
author Jeremy Hansen2017-04-13 00:29:47 +0200
committer Willy Sudiarto Raharjo2017-04-13 02:27:52 +0200
commit3391469a2fff9603f9781efe92399b575343bd6e (patch)
tree516cc07d0c6832a5cac363f839e7ee61decd4351 /python/python3-pyparsing/slack-desc
parentcf3b3325c9ca95d0bbeda56f098c8924fc2ea39b (diff)
downloadslackbuilds-3391469a2fff9603f9781efe92399b575343bd6e.tar.gz
python/python3-pyparsing: Added (parsing module for python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-pyparsing/slack-desc')
-rw-r--r--python/python3-pyparsing/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pyparsing/slack-desc b/python/python3-pyparsing/slack-desc
new file mode 100644
index 0000000000..32aebd1da2
--- /dev/null
+++ b/python/python3-pyparsing/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-pyparsing: python3-pyparsing (parsing module for python)
+python3-pyparsing:
+python3-pyparsing: The pyparsing module is an alternative approach to creating and
+python3-pyparsing: executing simple grammars, vs. the traditional lex/yacc
+python3-pyparsing: approach, or the use of regular expressions. The pyparsing
+python3-pyparsing: module provides a library of classes that client code uses to
+python3-pyparsing: construct the grammar directly in Python code.
+python3-pyparsing:
+python3-pyparsing: Homepage: http://pyparsing.wikispaces.com/
+python3-pyparsing:
+python3-pyparsing: This is the python3 version and will coexist with the python2 version.