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

larryv at macports.org larryv at macports.org
Tue Oct 14 19:01:40 PDT 2014


Revision: 126774
          https://trac.macports.org/changeset/126774
Author:   larryv at macports.org
Date:     2014-10-14 19:01:40 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
py-errorhandler: Reformat and rearrange

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

Modified: trunk/dports/python/py-errorhandler/Portfile
===================================================================
--- trunk/dports/python/py-errorhandler/Portfile	2014-10-15 02:01:38 UTC (rev 126773)
+++ trunk/dports/python/py-errorhandler/Portfile	2014-10-15 02:01:40 UTC (rev 126774)
@@ -1,33 +1,36 @@
 # -*- 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-errorhandler
-version         1.1.1
-platforms       darwin
-supported_archs noarch
-python.versions 25 26 27
+name                py-errorhandler
+version             1.1.1
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
 
-license         MIT
-maintainers     nomaintainer
-description     Handler for Python error messages
-long_description \
-   This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level.
+supported_archs     noarch
 
-homepage        http://www.python-excel.org
-master_sites    http://pypi.python.org/packages/source/e/errorhandler/
-distname        errorhandler-${version}
-checksums       rmd160  3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
-                sha256  2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
+description         Handler for Python error messages
+long_description    This is a handler for the python standard logging \
+                    framework that can be used to tell whether \
+                    messages have been logged at or above a certain \
+                    level.
+homepage            http://www.python-excel.org
 
+master_sites        http://pypi.python.org/packages/source/e/errorhandler/
+distname            errorhandler-${version}
+checksums           rmd160  3a60f826eb1bae0e249fdefd3d6c4eb3c598832f \
+                    sha256  2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9
+
+python.versions 25 26 27
+
 if {${name} eq ${subport}} {
-    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 {
-    depends_build-append port:py${python.version}-setuptools
-    
-    livecheck.type  none
+    depends_build-append    port:py${python.version}-setuptools
+    livecheck.type          none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/4665c84a/attachment-0001.html>


More information about the macports-changes mailing list