[41508] trunk/dports/python/py-apycot/Portfile

dh at macports.org dh at macports.org
Tue Nov 4 16:13:01 PST 2008


Revision: 41508
          http://trac.macports.org/changeset/41508
Author:   dh at macports.org
Date:     2008-11-04 16:13:01 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
Whitespace changes: untabify Portfile

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

Modified: trunk/dports/python/py-apycot/Portfile
===================================================================
--- trunk/dports/python/py-apycot/Portfile	2008-11-05 00:06:56 UTC (rev 41507)
+++ trunk/dports/python/py-apycot/Portfile	2008-11-05 00:13:01 UTC (rev 41508)
@@ -1,25 +1,25 @@
 # -*- 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-apycot
-version			0.12.2
-categories		python devel
-platforms		darwin
-maintainers		dh openmaintainer
-description		automated pythonic code tester.
-long_description	Apycot is an Automated Pythonic Code Tester. Use it to \
-					daily run your tests and generate reports about code or \
-					document quality.
+name                py-apycot
+version             0.12.2
+categories          python devel
+platforms           darwin
+maintainers         dh openmaintainer
+description         automated pythonic code tester.
+long_description    Apycot is an Automated Pythonic Code Tester. Use it to \
+                    daily run your tests and generate reports about code or \
+                    document quality.
 
-homepage		http://www.logilab.org/projects/apycot/
-master_sites	ftp://ftp.logilab.org/pub/apycot/
-distname		apycot-${version}
-checksums		md5 be131cb87369b3e080c26a720f975825
+homepage            http://www.logilab.org/projects/apycot/
+master_sites        ftp://ftp.logilab.org/pub/apycot/
+distname            apycot-${version}
+checksums           md5 be131cb87369b3e080c26a720f975825
 
-post-destroot	{
-	file delete -force ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+post-destroot   {
+    file delete -force ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/e0ef5abb/attachment.html>


More information about the macports-changes mailing list