[128222] trunk/dports/python/py-decoratortools/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 12:17:30 PST 2014


Revision: 128222
          https://trac.macports.org/changeset/128222
Author:   khindenburg at macports.org
Date:     2014-11-16 12:17:30 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-decoratortools: add modeline + whitespace changes

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

Modified: trunk/dports/python/py-decoratortools/Portfile
===================================================================
--- trunk/dports/python/py-decoratortools/Portfile	2014-11-16 20:08:47 UTC (rev 128221)
+++ trunk/dports/python/py-decoratortools/Portfile	2014-11-16 20:17:30 UTC (rev 128222)
@@ -1,33 +1,34 @@
+# -*- 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-decoratortools
-version				1.7
-revision			2
-categories-append		www
-license				{PSF ZPL}
-maintainers			nomaintainer
-description			Class, Function, and Assignment Decorators, Metaclasses, \
-				and Related Tools
-long_description		${description}
-platforms			darwin
-supported_archs		noarch
-homepage			http://cheeseshop.python.org/pypi/DecoratorTools
-master_sites			http://cheeseshop.python.org/packages/source/D/DecoratorTools/
-distname			DecoratorTools-${version}
-use_zip				yes
-checksums			md5 84df0a86aabec6a7d802439ffaa17585 \
-				sha1 2043250d06129ca71c47b26024f4800c47d4843a \
-				rmd160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b
+name                py-decoratortools
+version             1.7
+revision            2
+categories-append   www
+license             {PSF ZPL}
+maintainers         nomaintainer
+description         Class, Function, and Assignment Decorators, Metaclasses, \
+                    and Related Tools
+long_description    ${description}
+platforms           darwin
+supported_archs     noarch
+homepage            http://cheeseshop.python.org/pypi/DecoratorTools
+master_sites        http://cheeseshop.python.org/packages/source/D/DecoratorTools/
+distname            DecoratorTools-${version}
+use_zip             yes
+checksums           md5 84df0a86aabec6a7d802439ffaa17585 \
+                    sha1 2043250d06129ca71c47b26024f4800c47d4843a \
+                    rmd160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b
 
-python.versions		24 25 26
+python.versions     24 25 26
 
 if {${name} ne ${subport}} {
-	depends_lib			port:py${python.version}-setuptools
-	post-destroot {
-		xinstall -m 644 -W ${worksrcpath} \
-			README.txt ${destroot}${prefix}/share/doc/${subport}
-	}
+    depends_lib			port:py${python.version}-setuptools
+    post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+            README.txt ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/80b23205/attachment.html>


More information about the macports-changes mailing list