[116225] trunk/dports/python/py-pyobjc/Portfile

snc at macports.org snc at macports.org
Tue Jan 21 13:55:47 PST 2014


Revision: 116225
          https://trac.macports.org/changeset/116225
Author:   snc at macports.org
Date:     2014-01-21 13:55:47 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
py-pyobjc: remove python24

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

Modified: trunk/dports/python/py-pyobjc/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc/Portfile	2014-01-21 21:54:08 UTC (rev 116224)
+++ trunk/dports/python/py-pyobjc/Portfile	2014-01-21 21:55:47 UTC (rev 116225)
@@ -25,25 +25,14 @@
 checksums       rmd160  26e9764fda522993670898369115f0af9c480bce \
                 sha256  164617f61ede177ff60cb4a6103326645c9d87aadee04b15493c3b49e31049e6
 
-python.versions 24 25 26 27 31 32 33
+python.versions 25 26 27 31 32 33
 
 if {${name} ne ${subport}} {
     depends_lib     port:py${python.version}-setuptools \
                     port:py${python.version}-py2app
 
     set readme_name README.txt
-    if {${python.version} <= 25} {
-        if {${python.version} == 24} {
-            version         2.0
-            depends_lib-append  port:py24-elementtree
-            fetch.type      svn
-            svn.url         http://svn.red-bean.com/pyobjc/tags/r200-leopard/pyobjc-core/
-            worksrcdir      pyobjc-core
-
-            patchfiles      patch-PyErr_WarnEx.diff undef_snprintf.diff setup.py.diff
-
-            set readme_name ReadMe.txt
-        } else {
+    if {${python.version} == 25} {
             version         2.2
             patchfiles      objc-class.m.diff
             distname        pyobjc-core-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/9b92e5fd/attachment-0001.html>


More information about the macports-changes mailing list