[Lunar-commits] r24985 - in moonbase/trunk/zbeta: . logilab-astng

Auke Kok sofar at lunar-linux.org
Fri Jun 22 20:19:38 CEST 2007


Author: sofar
Date: 2007-06-22 20:19:38 +0200 (Fri, 22 Jun 2007)
New Revision: 24985

Added:
   moonbase/trunk/zbeta/logilab-astng/
   moonbase/trunk/zbeta/logilab-astng/BUILD
   moonbase/trunk/zbeta/logilab-astng/DEPENDS
   moonbase/trunk/zbeta/logilab-astng/DETAILS
Log:
abstract syntax tree handling in Logilab projects,
required for use in pylint


From:  duncan.gibson at xs4all.nl


Added: moonbase/trunk/zbeta/logilab-astng/BUILD
===================================================================
--- moonbase/trunk/zbeta/logilab-astng/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/logilab-astng/BUILD	2007-06-22 18:19:38 UTC (rev 24985)
@@ -0,0 +1,7 @@
+(
+
+  python setup.py build  &&
+  prepare_install        &&
+  python setup.py install
+        
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/logilab-astng/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/logilab-astng/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/logilab-astng/DEPENDS	2007-06-22 18:19:38 UTC (rev 24985)
@@ -0,0 +1,2 @@
+depends logilab-common
+

Added: moonbase/trunk/zbeta/logilab-astng/DETAILS
===================================================================
--- moonbase/trunk/zbeta/logilab-astng/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/logilab-astng/DETAILS	2007-06-22 18:19:38 UTC (rev 24985)
@@ -0,0 +1,18 @@
+          MODULE=logilab-astng
+         VERSION=0.17.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
+      SOURCE_URL=ftp://ftp.logilab.fr/pub/${MODULE//logilab-}/
+      SOURCE_VFY=sha1:d07bfb43991c2f5ed420f5f30c2afa15d4f58dbc
+        WEB_SITE=http://www.logilab.org/projects/${MODULE//logilab-}/
+         ENTERED=20070622
+         UPDATED=20070622
+           SHORT="Logilab's Python Abstract Syntax Tree New Generation"
+
+cat << EOF
+The aim of the 'logilab.astng' Python module is to provide a common base
+representation of python source code for projects such as pychecher,
+pyreverse, pylint... Well, actually the development of this library is
+essentially governed by pylint's needs.
+EOF
+



More information about the Lunar-commits mailing list