[116230] trunk/dports/python/py-enable/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 21 14:18:01 PST 2014


Revision: 116230
          https://trac.macports.org/changeset/116230
Author:   mojca at macports.org
Date:     2014-01-21 14:18:01 -0800 (Tue, 21 Jan 2014)
Log Message:
-----------
py-enable: no need for explicit dependency on wxPython or pyqt4 (maintainer, #42212)

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

Modified: trunk/dports/python/py-enable/Portfile
===================================================================
--- trunk/dports/python/py-enable/Portfile	2014-01-21 22:07:46 UTC (rev 116229)
+++ trunk/dports/python/py-enable/Portfile	2014-01-21 22:18:01 UTC (rev 116230)
@@ -3,10 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup           wxWidgets 1.0
 
 PortGroup           github 1.0
 github.setup        enthought enable 4.3.0
+revision            1
 
 name                py-enable
 categories-append   devel
@@ -36,30 +36,6 @@
                             port:swig-python
     depends_lib-append      port:py${python.version}-traitsui\
                             port:py${python.version}-reportlab
-
-    # # wx-3.0 is not fully compatible with enthought modules, JJS 1/8/14
-    # # * https://trac.macports.org/ticket/42075
-    # # * https://trac.macports.org/ticket/40333
-    # variant wxwidgets description {Use wxWidgets backend} {
-    #     depends_lib-append      port:py${python.version}-wxpython-3.0
-    # }
-
-    variant pyqt4 conflicts pyside description "Qt backend using PyQt4" {
-        # Can use either py*-pyqt4 or py*-pyqt4-devel.
-        depends_lib-append  path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4
-    }
-
-    variant pyside conflicts pyqt4 description "Qt backend using PySide" {
-        depends_lib-append  port:py${python.version}-pyside
-    }
-
-    if {![variant_isset pyqt4] && ![variant_isset pyside]} {
-        default_variants +pyqt4
-    }
-
-    notes "If wxpython is installed, enthought modules will try to use it\
- even if pyqt4 (or pyside) are also installed"
-
 }
 
 # haven't retested if this is still true for version >= 4.0; commenting out but
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140121/6d85783e/attachment-0001.html>


More information about the macports-changes mailing list