[77209] trunk/dports/python/py27-pychecker/Portfile

snc at macports.org snc at macports.org
Tue Mar 22 15:43:59 PDT 2011


Revision: 77209
          http://trac.macports.org/changeset/77209
Author:   snc at macports.org
Date:     2011-03-22 15:43:58 -0700 (Tue, 22 Mar 2011)
Log Message:
-----------
py27-pychecker: whitespace

Modified Paths:
--------------
    trunk/dports/python/py27-pychecker/Portfile

Modified: trunk/dports/python/py27-pychecker/Portfile
===================================================================
--- trunk/dports/python/py27-pychecker/Portfile	2011-03-22 22:41:21 UTC (rev 77208)
+++ trunk/dports/python/py27-pychecker/Portfile	2011-03-22 22:43:58 UTC (rev 77209)
@@ -1,38 +1,38 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python27 1.0
+PortSystem          1.0
+PortGroup           python27 1.0
 
-name			py27-pychecker
-version			0.8.19
-categories		python
-maintainers		nomaintainer
-platforms		darwin freebsd
-description		python source code checker for finding bugs
-long_description	PyChecker is a tool for finding bugs in python source \
-				code. It finds problems that are typically \
-				caught by a compiler for less dynamic \
-				languages, like C and C++.  It is similar to \
-				lint.  Because of the dynamic nature of \
-				python, some warnings may be incorrect.  \
-				However, spurious warnings should be fairly \
-				infrequent.
+name                py27-pychecker
+version             0.8.19
+categories          python
+maintainers         nomaintainer
+platforms           darwin freebsd
+description         python source code checker for finding bugs
+long_description    PyChecker is a tool for finding bugs in python source \
+                    code. It finds problems that are typically \
+                    caught by a compiler for less dynamic \
+                    languages, like C and C++.  It is similar to \
+                    lint.  Because of the dynamic nature of \
+                    python, some warnings may be incorrect.  \
+                    However, spurious warnings should be fairly \
+                    infrequent.
 
-homepage		http://pychecker.sourceforge.net/
-master_sites		sourceforge:pychecker
-distname		pychecker-${version}
+homepage            http://pychecker.sourceforge.net/
+master_sites        sourceforge:pychecker
+distname            pychecker-${version}
 checksums           sha1    acbc469b4ecde0182e9be42dceeae5375a923ff3 \
                     rmd160  7c401f3d2025dec1438c623b161359ef9721d0bf
 
-patchfiles		patch-setup.py.diff
-post-patch	{
-	reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
+patchfiles          patch-setup.py.diff
+post-patch {
+    reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
 }
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
-		MAINTAINERS README TODO VERSION pycheckrc \
-		${destroot}${prefix}/share/doc/${name}
-	system "chmod -R a+r ${destroot}${prefix}"
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
+        MAINTAINERS README TODO VERSION pycheckrc \
+        ${destroot}${prefix}/share/doc/${name}
+    system "chmod -R a+r ${destroot}${prefix}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110322/0f7f249c/attachment.html>


More information about the macports-changes mailing list