[132541] trunk/dports/python/py-pyface/Portfile

mojca at macports.org mojca at macports.org
Wed Feb 4 05:07:19 PST 2015


Revision: 132541
          https://trac.macports.org/changeset/132541
Author:   mojca at macports.org
Date:     2015-02-04 05:07:19 -0800 (Wed, 04 Feb 2015)
Log Message:
-----------
py-pyface: remove support for wxpython28 (maintainer, #46585)

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

Modified: trunk/dports/python/py-pyface/Portfile
===================================================================
--- trunk/dports/python/py-pyface/Portfile	2015-02-04 12:09:51 UTC (rev 132540)
+++ trunk/dports/python/py-pyface/Portfile	2015-02-04 13:07:19 UTC (rev 132541)
@@ -31,15 +31,11 @@
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-traits
 
-    variant wxpython30 conflicts wxpython28 description "Use wxWidgets-3.0 (cocoa) backend (experimental)" {
+    variant wxpython30 description "Use wxWidgets-3.0 backend" {
         depends_lib-append  port:py${python.version}-wxpython-3.0
-        notes-append "Warning: wxpython-3.0 is not fully compatible with pyface, but the wxpython30 variant exists for testing and future use.\n"
+        notes-append "Warning: wxpython-3.0 mostly works with Enthought packages, but qt4 is recommended.\n"
     }
 
-    variant wxpython28 conflicts wxpython30 description "Use wxWidgets-2.8 (gtk or carbon) backend" {
-        depends_lib-append  port:py${python.version}-wxpython-2.8
-    }
-
     variant pyqt4 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
@@ -49,7 +45,7 @@
         depends_lib-append  port:py${python.version}-pyside
     }
 
-    if {![variant_isset wxpython30] && ![variant_isset wxpython28] && ![variant_isset pyqt4] && ![variant_isset pyside]} {
+    if {![variant_isset wxpython30] && ![variant_isset pyqt4] && ![variant_isset pyside]} {
         default_variants    +pyqt4
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150204/b108b96a/attachment.html>


More information about the macports-changes mailing list