[98992] trunk/dports/python/py-macholib/Portfile

jmr at macports.org jmr at macports.org
Tue Oct 23 03:09:27 PDT 2012


Revision: 98992
          http://trac.macports.org//changeset/98992
Author:   jmr at macports.org
Date:     2012-10-23 03:09:27 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
py-macholib: update to 1.5 for python 2.6+

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

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2012-10-23 10:01:14 UTC (rev 98991)
+++ trunk/dports/python/py-macholib/Portfile	2012-10-23 10:09:27 UTC (rev 98992)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-macholib
-version             1.4.3
+version             1.5
 categories-append   devel
 license             MIT
 maintainers         jmr openmaintainer
@@ -25,14 +25,20 @@
 master_sites        http://pypi.python.org/packages/source/m/macholib/
 distname            macholib-${version}
 
-checksums           md5 308d478df389d525ce1a9113883a4f1c \
-                    sha256 9a4b871efc4cdd0cdb5d71ef572df347690af7c0e3587c3b9db30d74d91033f5
+checksums           md5 6c956981aa40a3f268426bf2adf2d97e \
+                    sha256 edf8914c0b26e40630208d6153594a46ff778ab62d2ef290dee07de64f0f0468
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 31 32 33
 
 if {$subport != $name} {
     depends_lib     port:py${python.version}-modulegraph
     livecheck.type  none
+    if {${python.version} <= 25} {
+        version     1.4.3
+        checksums   md5 308d478df389d525ce1a9113883a4f1c \
+                    sha256 9a4b871efc4cdd0cdb5d71ef572df347690af7c0e3587c3b9db30d74d91033f5
+        distname    macholib-${version}
+    }
 } else {
     livecheck.type  regex
     livecheck.url   http://pypi.python.org/pypi/macholib/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/8b09b77a/attachment.html>


More information about the macports-changes mailing list