[128236] trunk/dports/python/py-medusa/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 17:23:05 PST 2014


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

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

Modified: trunk/dports/python/py-medusa/Portfile
===================================================================
--- trunk/dports/python/py-medusa/Portfile	2014-11-17 01:12:57 UTC (rev 128235)
+++ trunk/dports/python/py-medusa/Portfile	2014-11-17 01:23:05 UTC (rev 128236)
@@ -1,28 +1,29 @@
+# -*- 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-medusa
-version			0.5.4
-license			MIT
-maintainers		gmail.com:roger.hoover
-description		Framework for asynchronous socket-based servers.
-long_description	Medusa is a framework for writing asynchronous socket-based servers.
+name                py-medusa
+version             0.5.4
+license             MIT
+maintainers         gmail.com:roger.hoover
+description         Framework for asynchronous socket-based servers.
+long_description    Medusa is a framework for writing asynchronous socket-based servers.
 
-platforms		darwin
-supported_archs	noarch
+platforms           darwin
+supported_archs     noarch
 
-homepage		http://www.amk.ca/python/code/medusa.html
-master_sites		http://www.amk.ca/files/python/ \
-			http://distfiles.macports.org/python/
-distname		medusa-${version}
-checksums		md5 5d10505036bc38f8d4cb51d87516e069
+homepage            http://www.amk.ca/python/code/medusa.html
+master_sites        http://www.amk.ca/files/python/ \
+                    http://distfiles.macports.org/python/
+distname            medusa-${version}
+checksums           md5 5d10505036bc38f8d4cb51d87516e069
 
-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/89024d43/attachment.html>


More information about the macports-changes mailing list