[31154] trunk/dports/python/py25-dateutil/Portfile

ram at macports.org ram at macports.org
Fri Nov 16 18:55:05 PST 2007


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

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

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

Modified: trunk/dports/python/py25-dateutil/Portfile
===================================================================
--- trunk/dports/python/py25-dateutil/Portfile	2007-11-17 02:54:37 UTC (rev 31153)
+++ trunk/dports/python/py25-dateutil/Portfile	2007-11-17 02:55:04 UTC (rev 31154)
@@ -1,45 +1,42 @@
 # $Id$
 
-PortSystem      1.0
-PortGroup       python25 1.0
+PortSystem        1.0
+PortGroup         python25 1.0
 
-name            py25-dateutil
-set my_name     python-dateutil
-version         1.2
-revision        1
-categories      python
-platforms       darwin
-maintainers     ram openmaintainer
-description     powerful extensions to the standard python datetime module
+name              py25-dateutil
+set my_name       python-dateutil
+version           1.2
+revision          1
+categories        python
+platforms         darwin
+maintainers       ram openmaintainer
 
-long_description \
-    ${description}
+description       powerful extensions to the standard python datetime module
+long_description  ${description}
 
-homepage        http://labix.org/python-dateutil
-master_sites    http://labix.org/download/python-dateutil
-distname        ${my_name}-${version}
-use_bzip2       yes
+homepage          http://labix.org/python-dateutil
+master_sites      http://labix.org/download/python-dateutil
+distname          ${my_name}-${version}
+use_bzip2         yes
 
-checksums       md5 6ff3de3ab61fd4ad92dceea36f7121b4 \
-                sha1 9884849261bc9dd64f7dd05a39e62385a30b5819 \
-                rmd160 31e62aceb2ce980b5cfb64841f7d125f817f618b
+checksums         md5 6ff3de3ab61fd4ad92dceea36f7121b4 \
+                  sha1 9884849261bc9dd64f7dd05a39e62385a30b5819 \
+                  rmd160 31e62aceb2ce980b5cfb64841f7d125f817f618b
 
-depends_run     port:py25-tz
+depends_run       port:py25-tz
 
-test.run        yes
-test.cmd        ${python.bin} test.py
+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 {
-    set docdir ${prefix}/share/doc/${name}-${version}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS \
-        ${destroot}${docdir}
+  set docdir ${prefix}/share/doc/${name}-${version}
+  xinstall -d ${destroot}${docdir}
+  xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir}
 }
 
-universal_variant   no
+universal_variant no
 
-livecheck.check regex
-livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)
-
+livecheck.check   regex
+livecheck.regex   /${my_name}-(\\d+(?:\\.\\d+)*)

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


More information about the macports-changes mailing list