[130395] trunk/dports/python/py-decoratortools/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 21:39:28 PST 2014


Revision: 130395
          https://trac.macports.org/changeset/130395
Author:   larryv at macports.org
Date:     2014-12-29 21:39:28 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-decoratortools: Rearrange and reformat

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

Modified: trunk/dports/python/py-decoratortools/Portfile
===================================================================
--- trunk/dports/python/py-decoratortools/Portfile	2014-12-30 05:39:26 UTC (rev 130394)
+++ trunk/dports/python/py-decoratortools/Portfile	2014-12-30 05:39:28 UTC (rev 130395)
@@ -7,32 +7,33 @@
 name                py-decoratortools
 version             1.8
 categories-append   www
+platforms           darwin
+supported_archs     noarch
 license             {PSF ZPL}
 maintainers         nomaintainer
+
 description         Class, Function, and Assignment Decorators, Metaclasses, \
                     and Related Tools
 long_description    ${description}
-platforms           darwin
-supported_archs     noarch
 homepage            https://pypi.python.org/pypi/DecoratorTools
+
 master_sites        https://pypi.python.org/packages/source/D/DecoratorTools
 distname            DecoratorTools-${version}
 use_zip             yes
-
 checksums           rmd160  c4cc286a557588ec4d45ebbbc6d848fdee107a19 \
                     sha256  da73f03a9fab80a205c8febcecee83f8a989eab8ce81affd7989210e4a3d9ea8
 
 python.versions     24 25 26 27
 
 if {${name} ne ${subport}} {
-    depends_lib			port:py${python.version}-setuptools
+    depends_lib         port:py${python.version}-setuptools
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
             README.txt ${destroot}${prefix}/share/doc/${subport}
     }
-    test.run    yes
+    test.run        yes
 } else {
-    livecheck.type      regex
-    livecheck.url       ${master_sites}
-    livecheck.regex     DecoratorTools-(\[0-9.\]+)${extract.suffix}
+    livecheck.type  regex
+    livecheck.url   ${master_sites}
+    livecheck.regex DecoratorTools-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/f58876b7/attachment.html>


More information about the macports-changes mailing list