[101168] trunk/dports/python/py-decorator/Portfile

larryv at macports.org larryv at macports.org
Sat Jan 5 11:38:22 PST 2013


Revision: 101168
          https://trac.macports.org/changeset/101168
Author:   larryv at macports.org
Date:     2013-01-05 11:38:22 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
py-decorator: Remove unnecessary "categories"; whitespace and wrapping changes

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

Modified: trunk/dports/python/py-decorator/Portfile
===================================================================
--- trunk/dports/python/py-decorator/Portfile	2013-01-05 19:24:22 UTC (rev 101167)
+++ trunk/dports/python/py-decorator/Portfile	2013-01-05 19:38:22 UTC (rev 101168)
@@ -6,10 +6,10 @@
 
 name                py-decorator
 version             3.4.0
-categories          python
 license             BSD
 maintainers         larryv
-description         Provides a decorator factory that makes creating signature preserving decorators dead simple.
+description         Provides a decorator factory that makes creating \
+                    signature-preserving decorators dead simple.
 long_description    ${description} By Michele Simionato.
 platforms           darwin
 supported_archs     noarch
@@ -27,8 +27,8 @@
     if {${python.version} >= 31} {
         depends_build-append    port:py${python.version}-distribute
     }
-    livecheck.type          none
+    livecheck.type              none
 } else {
-    livecheck.type          regex
-    livecheck.regex         {decorator/(\d+(?:\.\d+)*)}
+    livecheck.type              regex
+    livecheck.regex             {decorator/(\d+(?:\.\d+)*)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/c5669259/attachment.html>


More information about the macports-changes mailing list