[98990] trunk/dports/python/py-altgraph/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 23 02:49:17 PDT 2012


Revision: 98990
          http://trac.macports.org//changeset/98990
Author:   jmr at macports.org
Date:     2012-10-23 02:49:17 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
py-altgraph: update to 0.10 for python 2.6+

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

Modified: trunk/dports/python/py-altgraph/Portfile
===================================================================
--- trunk/dports/python/py-altgraph/Portfile	2012-10-23 09:37:50 UTC (rev 98989)
+++ trunk/dports/python/py-altgraph/Portfile	2012-10-23 09:49:17 UTC (rev 98990)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-altgraph
-version             0.9
+version             0.10
 categories-append   devel
 license             MIT
 maintainers         jmr openmaintainer
@@ -24,15 +24,22 @@
 master_sites        http://pypi.python.org/packages/source/a/altgraph/
 distname            altgraph-${version}
 
-checksums           md5 367015bf871815b632975a26d1750133 \
-                    sha1 94a434c1af98c8637969d3942d4f04bb633c382c \
-                    rmd160 48263978c5634d970a58a7372a81bed55ecaefd9
+checksums           md5 2df65572ec8529a9f2620c920ff61be8 \
+                    rmd160 3e14f94ba9656d0471127fa5b70c37c9ae0582f7 \
+                    sha256 7b6e568573ee242eba6b6b3c0fbe7ff97677b91ee9ab675bf60b6d11fe09c5e9
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-distribute
     livecheck.type  none
+    if {${python.version} <= 25} {
+        version     0.9
+        checksums   md5 367015bf871815b632975a26d1750133 \
+                    sha1 94a434c1af98c8637969d3942d4f04bb633c382c \
+                    rmd160 48263978c5634d970a58a7372a81bed55ecaefd9
+        distname    altgraph-${version}
+    }
 } else {
     livecheck.type  regex
     livecheck.url   http://pypi.python.org/pypi/altgraph/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/bf336c22/attachment.html>


More information about the macports-changes mailing list