[31153] trunk/dports/python/py-dateutil/Portfile

ram at macports.org ram at macports.org
Fri Nov 16 18:54:38 PST 2007


Revision: 31153
          http://trac.macosforge.org/projects/macports/changeset/31153
Author:   ram at macports.org
Date:     2007-11-16 18:54:37 -0800 (Fri, 16 Nov 2007)

Log Message:
-----------
whitespace changes

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

Modified: trunk/dports/python/py-dateutil/Portfile
===================================================================
--- trunk/dports/python/py-dateutil/Portfile	2007-11-17 02:49:03 UTC (rev 31152)
+++ trunk/dports/python/py-dateutil/Portfile	2007-11-17 02:54:37 UTC (rev 31153)
@@ -1,28 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem        1.0
+PortGroup         python24 1.0
 
-name			py-dateutil
-version			1.2
-categories		python
-platforms		darwin
-maintainers		ram openmaintainer
-description		powerful extensions to the standard python datetime module
-long_description	"${description}"
+name              py-dateutil
+version           1.2
+categories        python
+platforms         darwin
+maintainers       ram openmaintainer
 
-homepage		http://labix.org/python-dateutil
-master_sites		http://labix.org/download/python-dateutil
-checksums		md5 6ff3de3ab61fd4ad92dceea36f7121b4
-distname		python-dateutil-${version}
-use_bzip2		yes
+description       powerful extensions to the standard python datetime module
+long_description  ${description}
 
-test.run		yes
-test.cmd		${python.bin} test.py
+homepage          http://labix.org/python-dateutil
+master_sites      http://labix.org/download/python-dateutil
+distname          python-dateutil-${version}
+use_bzip2         yes
+
+checksums         md5 6ff3de3ab61fd4ad92dceea36f7121b4
+
+test.run          yes
+test.cmd          ${python.bin} test.py
 test.target
-test.env		PYTHONPATH=${worksrcpath}/build/lib
+test.env          PYTHONPATH=${worksrcpath}/build/lib
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} LICENSE README \
+    ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071116/3bf9cb7f/attachment.html


More information about the macports-changes mailing list