[48049] trunk/dports/python/py-lint/Portfile

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


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

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

Modified: trunk/dports/python/py-lint/Portfile
===================================================================
--- trunk/dports/python/py-lint/Portfile	2009-03-13 10:42:47 UTC (rev 48048)
+++ trunk/dports/python/py-lint/Portfile	2009-03-13 10:42:52 UTC (rev 48049)
@@ -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 python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name				py-lint
-version				0.16.0
-categories-append	devel
-maintainers			dh
-description			Error (and style) checking for python
+name                py-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,16 +31,16 @@
                     sha1    865bbf4c048200475698e2fde62405d7362efa5e \
                     rmd160  076e93cd3e4b063535bcb1819d9a465c46b58ab1
 
-depends_lib-append	port:py-logilab-astng port:py-logilab-common
+depends_lib-append  port:py-logilab-astng port:py-logilab-common
 
 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}
+    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}
 
-	# 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/6d128d4c/attachment.html>


More information about the macports-changes mailing list