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

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 13:02:03 PST 2014


Revision: 128224
          https://trac.macports.org/changeset/128224
Author:   khindenburg at macports.org
Date:     2014-11-16 13:02:03 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-decoratortools: update to 1.8 #39558; add python 27; the only dependents still have python < 27 (pyprotocols,turbogears)

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

Modified: trunk/dports/python/py-decoratortools/Portfile
===================================================================
--- trunk/dports/python/py-decoratortools/Portfile	2014-11-16 20:29:14 UTC (rev 128223)
+++ trunk/dports/python/py-decoratortools/Portfile	2014-11-16 21:02:03 UTC (rev 128224)
@@ -5,8 +5,7 @@
 PortGroup           python 1.0
 
 name                py-decoratortools
-version             1.7
-revision            2
+version             1.8
 categories-append   www
 license             {PSF ZPL}
 maintainers         nomaintainer
@@ -19,18 +18,19 @@
 master_sites        https://pypi.python.org/packages/source/D/DecoratorTools
 distname            DecoratorTools-${version}
 use_zip             yes
-checksums           md5 84df0a86aabec6a7d802439ffaa17585 \
-                    sha1 2043250d06129ca71c47b26024f4800c47d4843a \
-                    rmd160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b
 
-python.versions     24 25 26
+checksums           rmd160  c4cc286a557588ec4d45ebbbc6d848fdee107a19 \
+                    sha256  da73f03a9fab80a205c8febcecee83f8a989eab8ce81affd7989210e4a3d9ea8
 
+python.versions     24 25 26 27
+
 if {${name} ne ${subport}} {
     depends_lib			port:py${python.version}-setuptools
     post-destroot {
         xinstall -m 644 -W ${worksrcpath} \
             README.txt ${destroot}${prefix}/share/doc/${subport}
     }
+    test.run    yes
 } else {
     livecheck.type      regex
     livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/2dc17121/attachment.html>


More information about the macports-changes mailing list