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

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


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

pydot: added to moonbase
---
  python/pydot/BUILD                                           +6/-0     
  python/pydot/DEPENDS                                         +2/-0     
  python/pydot/DETAILS                                         +16/-0    
  3 files changed, 24 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/python/pydot/BUILD
@@ -0,0 +1,6 @@
+(
+
+   prepare_install &&
+   python ./setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/pydot/DEPENDS
@@ -0,0 +1,2 @@
+depends pyparsing
+depends graphviz
--- /dev/null
+++ b/python/pydot/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=pydot
+         VERSION=1.0.28
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://pydot.googlecode.com/files/
+      SOURCE_VFY=sha1:3945af1765943807d72e773c7ac853f008ebb0b2
+        WEB_SITE=http://pydot.googlecode.com/
+         ENTERED=20120727
+         UPDATED=20120727
+           SHORT="Python interface to Graphviz's Dot language"
+
+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