[128234] trunk/dports/python/py-meld3/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 16:39:36 PST 2014


Revision: 128234
          https://trac.macports.org/changeset/128234
Author:   khindenburg at macports.org
Date:     2014-11-16 16:39:35 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-meld3: add modeline + whitespace changes

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

Modified: trunk/dports/python/py-meld3/Portfile
===================================================================
--- trunk/dports/python/py-meld3/Portfile	2014-11-17 00:27:09 UTC (rev 128233)
+++ trunk/dports/python/py-meld3/Portfile	2014-11-17 00:39:35 UTC (rev 128234)
@@ -1,26 +1,27 @@
+# -*- 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-meld3
-version			0.6.3
-license			ZPL-2.1
-maintainers		gmail.com:roger.hoover
-description		SGML template system
-long_description	meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.
+name                py-meld3
+version             0.6.3
+license             ZPL-2.1
+maintainers         gmail.com:roger.hoover
+description         SGML template system
+long_description    meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.
 
-platforms		darwin
+platforms           darwin
 
-homepage		http://www.plope.com/software/meld3/
-master_sites		http://www.plope.com/software/meld3/
-distname		meld3-${version}
-checksums		md5 45992df3b24f23e051ff3c647dd24bdf
+homepage            http://www.plope.com/software/meld3/
+master_sites        http://www.plope.com/software/meld3/
+distname            meld3-${version}
+checksums           md5 45992df3b24f23e051ff3c647dd24bdf
 
-python.versions	24
+python.versions     24
 
 if {${name} ne ${subport}} {
-    depends_build-append	port:py${python.version}-setuptools
+    depends_build-append    port:py${python.version}-setuptools
 
     patchfiles              patch-ez_setup.py \
                             patch-setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/9fdcbe99/attachment.html>


More information about the macports-changes mailing list