summaryrefslogtreecommitdiffstats
path: root/package/python-pyparsing/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-pyparsing/Config.in')
-rw-r--r--package/python-pyparsing/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/python-pyparsing/Config.in b/package/python-pyparsing/Config.in
new file mode 100644
index 000000000..126dd0e78
--- /dev/null
+++ b/package/python-pyparsing/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_PYTHON_PYPARSING
+ bool "pyparsing"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ The pyparsing module is an alternative approach to creating and
+ executing simple grammars, vs. the traditional lex/yacc approach,
+ or the use of regular expressions. The pyparsing module provides
+ a library of classes that client code uses to construct the grammar
+ directly in Python code.
+
+ http://pyparsing.wikispaces.com/