[107154] trunk/dports/python/py-macfsevents

stromnov at macports.org stromnov at macports.org
Thu Jun 20 04:41:21 PDT 2013


Revision: 107154
          https://trac.macports.org/changeset/107154
Author:   stromnov at macports.org
Date:     2013-06-20 04:41:21 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-macfsevent: fix setuptools/distribute issue (#39478)

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

Added Paths:
-----------
    trunk/dports/python/py-macfsevents/files/
    trunk/dports/python/py-macfsevents/files/patch-setup.py.diff

Modified: trunk/dports/python/py-macfsevents/Portfile
===================================================================
--- trunk/dports/python/py-macfsevents/Portfile	2013-06-20 05:53:40 UTC (rev 107153)
+++ trunk/dports/python/py-macfsevents/Portfile	2013-06-20 11:41:21 UTC (rev 107154)
@@ -6,7 +6,7 @@
 
 name                py-macfsevents
 version             0.3
-revision            0
+revision            1
 license             BSD
 platforms           darwin
 
@@ -31,6 +31,8 @@
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-setuptools
 
+    patchfiles              patch-setup.py.diff
+
     post-destroot {
         xinstall -d ${destroot}${python.prefix}/share/doc/${name}
         xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \

Added: trunk/dports/python/py-macfsevents/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-macfsevents/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-macfsevents/files/patch-setup.py.diff	2013-06-20 11:41:21 UTC (rev 107154)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2013-06-20 15:25:38.000000000 +0400
++++ setup.py	2013-06-20 15:25:49.000000000 +0400
+@@ -1,8 +1,5 @@
+ import os
+ 
+-from distribute_setup import use_setuptools
+-use_setuptools()
+-
+ from setuptools.extension import Extension
+ from setuptools.command.build_ext import build_ext
+ from setuptools import setup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/a5f44133/attachment-0001.html>


More information about the macports-changes mailing list