summaryrefslogtreecommitdiffstats
path: root/python/python3-pyparsing/slack-desc
diff options
context:
space:
mode:
author Matteo Bernardini2019-08-31 16:24:12 +0200
committer Matteo Bernardini2019-08-31 16:24:12 +0200
commit82a6c2e466d4bdb1017e46447e56b0bce264f84b (patch)
treec13bd3ae8c2eae3546619b0d2912dbee78400d79 /python/python3-pyparsing/slack-desc
parent155fd2582041b19a6ca7ca2efa805052553bf90a (diff)
downloadslackbuilds-82a6c2e466d4bdb1017e46447e56b0bce264f84b.tar.gz
20190831.1 global branch merge.current-20190831.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python3-pyparsing/slack-desc')
-rw-r--r--python/python3-pyparsing/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/python3-pyparsing/slack-desc b/python/python3-pyparsing/slack-desc
deleted file mode 100644
index 32aebd1da2..0000000000
--- a/python/python3-pyparsing/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------------------------------------------------------|
-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.