[48050] trunk/dports/python/py25-lint/Portfile

dh at macports.org dh at macports.org
Fri Mar 13 03:42:57 PDT 2009


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

Modified Paths:
--------------
    trunk/dports/python/py25-lint/Portfile

Modified: trunk/dports/python/py25-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2009-03-13 10:42:52 UTC (rev 48049)
+++ trunk/dports/python/py25-lint/Portfile	2009-03-13 10:42:57 UTC (rev 48050)
@@ -1,27 +1,27 @@
 # -*- 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 python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name				py25-lint
-version		0.16.0
-categories-append	devel
-maintainers                     dh
-description			Error (and style) checking for python
+name                py25-lint
+version             0.16.0
+categories-append   devel
+maintainers         dh
+description         Error (and style) checking for python
 long_description \
-	Pylint is a tool that checks for errors in python code, and tries to \
-	check that a given coding standard is respected by the coders. This is \
-	similar but nevertheless different from what pychecker_ provides, \
-	especially since pychecker explicitely does not bother with coding \
-	style. The default coding style used by pylint is close to `Guido's \
-	style guide`_.
+    Pylint is a tool that checks for errors in python code, and tries to \
+    check that a given coding standard is respected by the coders. This is \
+    similar but nevertheless different from what pychecker_ provides, \
+    especially since pychecker explicitely does not bother with coding \
+    style. The default coding style used by pylint is close to `Guido's \
+    style guide`_.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://www.logilab.org/projects/pylint/
-master_sites		        ftp://ftp.logilab.org/pub/pylint/
-distname			pylint-${version}
+homepage            http://www.logilab.org/projects/pylint/
+master_sites        ftp://ftp.logilab.org/pub/pylint/
+distname            pylint-${version}
 
 livecheck.url       ${homepage}
 livecheck.check     regex
@@ -31,13 +31,13 @@
                     sha1    865bbf4c048200475698e2fde62405d7362efa5e \
                     rmd160  076e93cd3e4b063535bcb1819d9a465c46b58ab1
 
-depends_lib	port:py25-logilab-common port:py25-logilab-astng
+depends_lib         port:py25-logilab-common port:py25-logilab-astng
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
-		${destroot}${prefix}/share/doc/${name}
-	file delete ${destroot}${python.pkgd}/logilab/__init__.py
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
+        ${destroot}${prefix}/share/doc/${name}
+    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/e5235606/attachment.html>


More information about the macports-changes mailing list