[130290] trunk/dports/python/py-ruledispatch/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 17:21:03 PST 2014


Revision: 130290
          https://trac.macports.org/changeset/130290
Author:   larryv at macports.org
Date:     2014-12-29 17:21:03 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-ruledispatch: Add modeline, rearrange, reformat

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

Modified: trunk/dports/python/py-ruledispatch/Portfile
===================================================================
--- trunk/dports/python/py-ruledispatch/Portfile	2014-12-30 01:21:01 UTC (rev 130289)
+++ trunk/dports/python/py-ruledispatch/Portfile	2014-12-30 01:21:03 UTC (rev 130290)
@@ -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-ruledispatch
-version				0.5a0.dev-r2306
-categories-append		devel
-license				{PSF ZPL}
-maintainers			nomaintainer
-description			Rule-based Dispatching and Generic Functions
-long_description		Rule-based Dispatching and Generic Functions
-platforms			darwin
+name                py-ruledispatch
+version             0.5a0.dev-r2306
+categories-append   devel
+platforms           darwin
+license             {PSF ZPL}
+maintainers         nomaintainer
 
-homepage			http://www.turbogears.org/
+description         Rule-based Dispatching and Generic Functions
+long_description    Rule-based Dispatching and Generic Functions
+homepage            http://www.turbogears.org/
+
 master_sites
-dist_subdir			python
-distname			RuleDispatch-${version}
+distname            RuleDispatch-${version}
+checksums           md5     fc716f2e2d6247fb8e3b50f0e6476bcd \
+                    sha1    009fe952a3d469d31a656083ef951a61efa52dd6 \
+                    rmd160  e109c1df8f164993c3236af60397d61029040259
+dist_subdir         python
 
-checksums			md5 fc716f2e2d6247fb8e3b50f0e6476bcd \
-				sha1 009fe952a3d469d31a656083ef951a61efa52dd6 \
-				rmd160 e109c1df8f164993c3236af60397d61029040259
+python.versions     24 25
 
-python.versions		24 25
-
 if {${name} ne ${subport}} {
-	depends_lib			port:py${python.version}-pyprotocols
+    depends_lib     port:py${python.version}-pyprotocols
 
-	post-destroot {
-		xinstall -m 644 -W ${worksrcpath} \
-			TODO.txt ${destroot}${prefix}/share/doc/${subport}
-	}
+    post-destroot {
+        xinstall -m 644 -W ${worksrcpath} \
+            TODO.txt ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/f2e55f5b/attachment-0001.html>


More information about the macports-changes mailing list