[92353] trunk/dports/python/py-errorhandler/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 25 17:45:37 PDT 2012


Revision: 92353
          https://trac.macports.org/changeset/92353
Author:   ryandesign at macports.org
Date:     2012-04-25 17:45:36 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
py-errorhandler: adjust whitespace to match what the modeline says it is

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

Modified: trunk/dports/python/py-errorhandler/Portfile
===================================================================
--- trunk/dports/python/py-errorhandler/Portfile	2012-04-26 00:35:11 UTC (rev 92352)
+++ trunk/dports/python/py-errorhandler/Portfile	2012-04-26 00:45:36 UTC (rev 92353)
@@ -1,14 +1,14 @@
 # -*- 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: Portfile 84550 2011-09-27 21:05:11Z snc at macports.org $
 
-PortSystem 1.0
+PortSystem      1.0
 PortGroup       python 1.0
 
 name            py-errorhandler
 version         1.1.1
 platforms       darwin
-python.versions	25 26 27
-python.default_version	27
+python.versions 25 26 27
+python.default_version  27
 
 maintainers     jwa openmaintainer
 description     Handler for Python error messages
@@ -18,14 +18,14 @@
 homepage        http://www.python-excel.org
 master_sites    http://pypi.python.org/packages/source/e/errorhandler/
 distname        errorhandler-${version}
-checksums           rmd160  3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
-                    sha256  2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
+checksums       rmd160  3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
+                sha256  2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
 
 if {$subport == $name} {
-    livecheck.type     regex
-    livecheck.url      http://pypi.python.org/pypi/errorhandler
-    livecheck.regex    errorhandler-(\[1-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
+    livecheck.type  regex
+    livecheck.url   http://pypi.python.org/pypi/errorhandler
+    livecheck.regex errorhandler-(\[1-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z
 } else {
-    livecheck.type		none
+    livecheck.type  none
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/a47f5533/attachment-0001.html>


More information about the macports-changes mailing list