[98991] trunk/dports/python/py-modulegraph/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 23 03:01:15 PDT 2012


Revision: 98991
          http://trac.macports.org//changeset/98991
Author:   jmr at macports.org
Date:     2012-10-23 03:01:14 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
py-modulegraph: update to 0.10 for python 2.6+

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

Modified: trunk/dports/python/py-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph/Portfile	2012-10-23 09:49:17 UTC (rev 98990)
+++ trunk/dports/python/py-modulegraph/Portfile	2012-10-23 10:01:14 UTC (rev 98991)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-modulegraph
-version             0.9.1
+version             0.10
 categories-append   devel
 license             MIT
 maintainers         jmr openmaintainer
@@ -24,15 +24,22 @@
 master_sites        http://pypi.python.org/packages/source/m/modulegraph/
 distname            modulegraph-${version}
 
-checksums           md5 4d5e8dbfc35d7a3d1123c4cc2d958125 \
-                    sha1 92f4307ac1d8b4fef7acd12f72a71c63109ff246 \
-                    rmd160 b8912f3e618a735f75e5f4d6ca60f78ffb557537
+checksums           md5 798f67a19388511aea2c666c9d1dbff9 \
+                    rmd160 b4a2bc479c9c48e2939eec5da9463c317cda59c2 \
+                    sha256 31b1cf4e26c52c9ee5c804e6a29cd1fbaf9625c2d51ab6e74d9a6518eb85d69a
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib         port:py${python.version}-altgraph
     livecheck.type  none
+    if {${python.version} <= 25} {
+        version     0.9.1
+        checksums   md5 4d5e8dbfc35d7a3d1123c4cc2d958125 \
+                    sha1 92f4307ac1d8b4fef7acd12f72a71c63109ff246 \
+                    rmd160 b8912f3e618a735f75e5f4d6ca60f78ffb557537
+        distname    modulegraph-${version}
+    }
 } else {
     livecheck.type  regex
     livecheck.url   http://pypi.python.org/pypi/modulegraph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/2b8e6f6f/attachment.html>


More information about the macports-changes mailing list