[123676] trunk/dports/python/py-pyobjc-cocoa

ryandesign at macports.org ryandesign at macports.org
Tue Aug 12 04:22:34 PDT 2014


Revision: 123676
          https://trac.macports.org/changeset/123676
Author:   ryandesign at macports.org
Date:     2014-08-12 04:22:34 -0700 (Tue, 12 Aug 2014)
Log Message:
-----------
py-pyobjc-cocoa: fix staging failure with setuptools 3.6 (#44192)

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

Added Paths:
-----------
    trunk/dports/python/py-pyobjc-cocoa/files/
    trunk/dports/python/py-pyobjc-cocoa/files/patch-pyobjc_setup.py.diff

Modified: trunk/dports/python/py-pyobjc-cocoa/Portfile
===================================================================
--- trunk/dports/python/py-pyobjc-cocoa/Portfile	2014-08-12 11:12:29 UTC (rev 123675)
+++ trunk/dports/python/py-pyobjc-cocoa/Portfile	2014-08-12 11:22:34 UTC (rev 123676)
@@ -33,6 +33,8 @@
                         rmd160 c8ebb071a0d04188106c9698f117d655325367f9
     }
 
+    patchfiles          patch-pyobjc_setup.py.diff
+
     platform darwin 8 {
         depends_fetch
         depends_lib

Added: trunk/dports/python/py-pyobjc-cocoa/files/patch-pyobjc_setup.py.diff
===================================================================
--- trunk/dports/python/py-pyobjc-cocoa/files/patch-pyobjc_setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-pyobjc-cocoa/files/patch-pyobjc_setup.py.diff	2014-08-12 11:22:34 UTC (rev 123676)
@@ -0,0 +1,11 @@
+--- pyobjc_setup.py.orig	2013-01-10 15:26:32.000000000 -0600
++++ pyobjc_setup.py	2014-08-12 06:20:25.000000000 -0500
+@@ -186,7 +186,7 @@
+ class pyobjc_install_lib (install_lib.install_lib):
+     def get_exclusions(self):
+         result = install_lib.install_lib.get_exclusions(self)
+-        for fn in install_lib._install_lib.get_outputs(self):
++        for fn in install_lib.orig.install_lib.get_outputs(self):
+             if 'PyObjCTest' in fn:
+                 result[fn] = 1
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140812/bd50340a/attachment.html>


More information about the macports-changes mailing list