[48051] trunk/dports/python/py-logilab-astng/Portfile

dh at macports.org dh at macports.org
Fri Mar 13 03:43:02 PDT 2009


Revision: 48051
          http://trac.macports.org/changeset/48051
Author:   dh at macports.org
Date:     2009-03-13 03:43:02 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
Whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py-logilab-astng/Portfile

Modified: trunk/dports/python/py-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py-logilab-astng/Portfile	2009-03-13 10:42:57 UTC (rev 48050)
+++ trunk/dports/python/py-logilab-astng/Portfile	2009-03-13 10:43:02 UTC (rev 48051)
@@ -1,29 +1,29 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name			py-logilab-astng
-version			0.17.4
-categories-append	devel
-maintainers		dh
-description		Python Abstract Syntax Tree New Generation
+name                py-logilab-astng
+version             0.17.4
+categories-append   devel
+maintainers         dh
+description         Python Abstract Syntax Tree New Generation
 long_description \
-	The aim of this module is to provide a common base representation of python source code \
-	for projects such as pychecker, pyreverse, pylint... Well, actually the development of \
-	this library is essentialy governed by pylint's needs. \
-	\
-	It extends class defined in the compiler.ast module with some additional methods and \
-	attributes. Instance attributes are added by a builder object, which can either generate \
-	extended ast (let's call them astng) by visiting an existant ast tree or by inspecting \
-	living object. Methods are added by monkey patching ast classes.
+    The aim of this module is to provide a common base representation of python source code \
+    for projects such as pychecker, pyreverse, pylint... Well, actually the development of \
+    this library is essentialy governed by pylint's needs. \
+    \
+    It extends class defined in the compiler.ast module with some additional methods and \
+    attributes. Instance attributes are added by a builder object, which can either generate \
+    extended ast (let's call them astng) by visiting an existant ast tree or by inspecting \
+    living object. Methods are added by monkey patching ast classes.
 
-platforms		darwin
+platforms           darwin
 
-homepage		http://www.logilab.org/project/logilab-astng
-master_sites		ftp://ftp.logilab.org/pub/astng
-distname		logilab-astng-${version}
+homepage            http://www.logilab.org/project/logilab-astng
+master_sites        ftp://ftp.logilab.org/pub/astng
+distname            logilab-astng-${version}
 
 livecheck.url       ${homepage}
 livecheck.check     regex
@@ -33,13 +33,13 @@
                     sha1    101fa76760a095b24e56c2e8d9efd062334e57f3 \
                     rmd160  d5aa6eaeecfebec0aa1774ffaf87482dd31844fe
 
-depends_lib-append	port:py-logilab-common
+depends_lib-append  port:py-logilab-common
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+        ${destroot}${prefix}/share/doc/${name}
 
-	# this file is also installed by py-logilab-common
-	file delete ${destroot}${python.pkgd}/logilab/__init__.py
+    # this file is also installed by py-logilab-common
+    file delete ${destroot}${python.pkgd}/logilab/__init__.py
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090313/dab11dd0/attachment-0001.html>


More information about the macports-changes mailing list