[130312] trunk/dports/python/py-cheetah/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 17:57:01 PST 2014


Revision: 130312
          https://trac.macports.org/changeset/130312
Author:   larryv at macports.org
Date:     2014-12-29 17:57:01 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-cheetah: Add modeline, rearrange, reformat

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

Modified: trunk/dports/python/py-cheetah/Portfile
===================================================================
--- trunk/dports/python/py-cheetah/Portfile	2014-12-30 01:56:59 UTC (rev 130311)
+++ trunk/dports/python/py-cheetah/Portfile	2014-12-30 01:57:01 UTC (rev 130312)
@@ -1,40 +1,44 @@
+# -*- 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-cheetah
-version			2.4.4
-revision		1
-categories-append	www
-license			MIT
-platforms		darwin
-maintainers		nomaintainer
-description		Cheetah is a Python-powered template engine and code generator
-long_description	Cheetah is a Python-powered template engine and code \
-				generator. It can be used as a standalone utility or \
-				it can be combined with other tools. Cheetah has many \
-				potential uses, but web developers looking for a \
-				viable alternative to ASP, JSP, PHP and PSP are \
-				expected to be its principle user group.
+name                py-cheetah
+version             2.4.4
+revision            1
+categories-append   www
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
 
-homepage		http://www.cheetahtemplate.org/
-master_sites	http://pypi.python.org/packages/source/C/Cheetah/
-distname		Cheetah-${version}
+description         Cheetah is a Python-powered template engine and \
+                    code generator
+long_description    Cheetah is a Python-powered template engine and \
+                    code generator. It can be used as a standalone \
+                    utility or it can be combined with other tools. \
+                    Cheetah has many potential uses, but web \
+                    developers looking for a viable alternative to \
+                    ASP, JSP, PHP and PSP are expected to be its \
+                    principle user group.
+homepage            http://www.cheetahtemplate.org/
 
-checksums		sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
-				rmd160  ae516e090313864f03dbfe131dada3fec9f60243
+master_sites        http://pypi.python.org/packages/source/C/Cheetah/
+distname            Cheetah-${version}
+checksums           sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
+                    rmd160  ae516e090313864f03dbfe131dada3fec9f60243
 
-python.versions	24 25 26 27
+python.versions     24 25 26 27
 
 if {${name} ne ${subport}} {
     post-destroot {
-        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README.markdown TODO \
-            ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath} \
+                CHANGES LICENSE README.markdown TODO \
+                ${destroot}${prefix}/share/doc/${subport}
     }
-    livecheck.type	none
+    livecheck.type  none
 } else {
-    livecheck.type	regex
-    livecheck.url	${homepage}
-    livecheck.regex	>Cheetah\ (\[0-9\.rc\]+)<
+    livecheck.type  regex
+    livecheck.url   ${homepage}
+    livecheck.regex >Cheetah\ (\[0-9\.rc\]+)<
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/af5aa1c0/attachment.html>


More information about the macports-changes mailing list