[117258] trunk/dports/python/py-librabbitmq/Portfile

stromnov at macports.org stromnov at macports.org
Thu Feb 20 12:13:32 PST 2014


Revision: 117258
          https://trac.macports.org/changeset/117258
Author:   stromnov at macports.org
Date:     2014-02-20 12:13:31 -0800 (Thu, 20 Feb 2014)
Log Message:
-----------
py-librabbitmq: fix conflict with py-billiard (#42577)

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

Modified: trunk/dports/python/py-librabbitmq/Portfile
===================================================================
--- trunk/dports/python/py-librabbitmq/Portfile	2014-02-20 19:13:20 UTC (rev 117257)
+++ trunk/dports/python/py-librabbitmq/Portfile	2014-02-20 20:13:31 UTC (rev 117258)
@@ -6,7 +6,7 @@
 
 name                py-librabbitmq
 version             1.0.3
-revision            0
+revision            1
 categories-append   devel
 platforms           darwin
 license             MPL-1.1 MIT
@@ -30,6 +30,11 @@
     depends_build-append \
                         port:py${python.version}-setuptools
 
+    # Fix conflict with billiard (#42577)
+    post-extract {
+        delete ${worksrcpath}/funtests
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140220/bcdb7e50/attachment.html>


More information about the macports-changes mailing list