Revision
130372
Author
larryv@macports.org
Date
2014-12-29 21:07:34 -0800 (Mon, 29 Dec 2014)

Log Message

py-cx_Freeze: Add modeline, rearrange, reformat

Modified Paths

Diff

Modified: trunk/dports/python/py-cx_Freeze/Portfile (130371 => 130372)


--- trunk/dports/python/py-cx_Freeze/Portfile	2014-12-30 05:04:09 UTC (rev 130371)
+++ trunk/dports/python/py-cx_Freeze/Portfile	2014-12-30 05:07:34 UTC (rev 130372)
@@ -1,35 +1,35 @@
+# -*- 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 python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
 name                py-cx_Freeze
 version             4.3.1
 categories-append   devel
+platforms           darwin
+universal_variant   no
 license             PSF
 maintainers         nomaintainer
+
 description         Scripts and modules for freezing Python scripts into executables
 long_description    cx_Freeze is a set of scripts and modules for freezing Python \
                     scripts into executables in much the same way that py2exe and \
                     py2app do. Unlike these two tools, cx_Freeze is cross platform \
                     and should work on any platform that Python itself works on.
+homepage            http://cx-freeze.sourceforge.net/
 
-platforms           darwin
-universal_variant   no
-
-homepage            http://cx-freeze.sourceforge.net/
 master_sites        sourceforge:cx-freeze
 distname            cx_Freeze-${version}
-
 checksums           rmd160  746c673c2f3e5c6ff5fa50874f898be9d288ae17 \
                     sha256  11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b
 
-python.versions 25 26 27 31 32 33
+python.versions     25 26 27 31 32 33
 
 if {${name} ne ${subport}} {
-    livecheck.type      none
+    livecheck.type  none
 } else {
-    livecheck.type      regex
-    livecheck.url       ${homepage}
-    livecheck.regex     Download (\\d+\\.\\d+\\.\\d+) released
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
 }