[Lunar-commits] <moonbase-other> pyparsing: added to moonbase

v4hn me at v4hn.de
Fri Jul 27 14:31:49 CEST 2012


commit 69b52a1aef738781f72aa0e037c56b4bec91d4d4
Author: v4hn <me at v4hn.de>
Date: Fri, 27 Jul 2012 05:31:49 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/69b52a1aef738781f72aa0e037c56b4bec91d4d4

pyparsing: added to moonbase
---
  python/pyparsing/BUILD                                       +6/-0     
  python/pyparsing/DEPENDS                                     +1/-0     
  python/pyparsing/DETAILS                                     +16/-0    
  3 files changed, 23 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/python/pyparsing/BUILD
@@ -0,0 +1,6 @@
+(
+
+   prepare_install &&
+   python ./setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/pyparsing/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/pyparsing/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=pyparsing
+         VERSION=1.5.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$MODULE-$VERSION/
+      SOURCE_VFY=sha1:97240e762d90443b578bd87618f8b67f266d384c
+        WEB_SITE=http://pyparsing.wikispaces.com/
+         ENTERED=20120727
+         UPDATED=20120727
+           SHORT="A general python parsing module"
+
+cat << EOF
+pyparsing is a general parsing module for Python.
+Grammars are implemented directly in the client code using parsing
+objects, instead of externally, as with lex/yacc-type tools.
+Includes simple examples for parsing SQL, CORBA IDL, and 4-function math.
+EOF




More information about the Lunar-commits mailing list