[70171] trunk/dports/python

jmr at macports.org jmr at macports.org
Sat Jul 31 04:03:33 PDT 2010


Revision: 70171
          http://trac.macports.org/changeset/70171
Author:   jmr at macports.org
Date:     2010-07-31 04:03:32 -0700 (Sat, 31 Jul 2010)
Log Message:
-----------
py25-pyobjc, py25-pyobjc-cocoa: disable livecheck; new version doesn't support python 2.5

Modified Paths:
--------------
    trunk/dports/python/py25-pyobjc/Portfile
    trunk/dports/python/py25-pyobjc-cocoa/Portfile

Modified: trunk/dports/python/py25-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc/Portfile	2010-07-31 10:29:27 UTC (rev 70170)
+++ trunk/dports/python/py25-pyobjc/Portfile	2010-07-31 11:03:32 UTC (rev 70171)
@@ -41,6 +41,5 @@
         ${destroot}${prefix}/share/doc/${name}/examples
 }
 
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/pyobjc-core/
-livecheck.regex {pyobjc-core ([0-9.]+)}
+# 2.3 only supports python >= 2.6
+livecheck.type  none

Modified: trunk/dports/python/py25-pyobjc-cocoa/Portfile
===================================================================
--- trunk/dports/python/py25-pyobjc-cocoa/Portfile	2010-07-31 10:29:27 UTC (rev 70170)
+++ trunk/dports/python/py25-pyobjc-cocoa/Portfile	2010-07-31 11:03:32 UTC (rev 70171)
@@ -32,6 +32,5 @@
     copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.url   http://pypi.python.org/pypi/pyobjc-framework-Cocoa/
-livecheck.regex {pyobjc-framework-Cocoa ([0-9.]+)}
+# 2.3 only supports python >= 2.6
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100731/26fc7b4b/attachment-0001.html>


More information about the macports-changes mailing list