[101897] trunk/dports/python/py-coverage/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 20 22:52:19 PST 2013


Revision: 101897
          https://trac.macports.org/changeset/101897
Author:   larryv at macports.org
Date:     2013-01-20 22:52:19 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
py*-coverage: Update to 3.6.

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

Modified: trunk/dports/python/py-coverage/Portfile
===================================================================
--- trunk/dports/python/py-coverage/Portfile	2013-01-21 06:40:45 UTC (rev 101896)
+++ trunk/dports/python/py-coverage/Portfile	2013-01-21 06:52:19 UTC (rev 101897)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-coverage
-version             3.5.3
+version             3.6
 categories-append   devel
 maintainers         larryv
 license             BSD
@@ -22,13 +22,14 @@
 master_sites        http://pypi.python.org/packages/source/c/coverage/
 distname            coverage-${version}
 
-checksums           rmd160  32cefafbfc0fca5b4a132c205861b8d620eb7614 \
-                    sha256  60c6e95979d71175eb8acb7ca2def14c72794de418fd9222011f68283eb3cc02
+checksums           rmd160  c981f12bc918dff915c5d3c5469c45bb55470be5 \
+                    sha256  df3bf169d4727f3fad146ca715a49a1f72a8258689651ef9de908022e739700d
 
 python.versions     25 26 27 31 32 33
 
 if {${subport} != ${name}} {
-    depends_lib-append  port:py${python.version}-distribute
+    depends_build-append    port:py${python.version}-distribute
+    depends_run-append      port:py${python.version}-distribute
 
     post-patch {
         # Permissions in the archive are 700
@@ -37,7 +38,7 @@
         system "find ${worksrcpath} -type f -name '*.py' -exec chmod 775 {} \\;"
         system "find ${worksrcpath} -type f -not -name '*.py' -exec chmod 644 {} \\;"
     }
-    
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130120/733851d3/attachment.html>


More information about the macports-changes mailing list