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

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Jan 8 10:14:52 PST 2014


Revision: 115666
          https://trac.macports.org/changeset/115666
Author:   macsforever2000 at macports.org
Date:     2014-01-08 10:14:52 -0800 (Wed, 08 Jan 2014)
Log Message:
-----------
py-pyface: Update to version 4.4.0. Update wx variant to use wxpython-3.0. (#42059)

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

Modified: trunk/dports/python/py-pyface/Portfile
===================================================================
--- trunk/dports/python/py-pyface/Portfile	2014-01-08 18:14:12 UTC (rev 115665)
+++ trunk/dports/python/py-pyface/Portfile	2014-01-08 18:14:52 UTC (rev 115666)
@@ -5,9 +5,10 @@
 PortGroup	            python 1.0
 #PortGroup              wxWidgets 1.0
 
+PortGroup           github 1.0
+github.setup        enthought pyface 4.4.0
+
 name                    py-pyface
-version                 4.2.0
-revision                1
 categories-append       devel
 license                 BSD
 maintainers             gmail.com:jjstickel openmaintainer
@@ -18,39 +19,32 @@
                         abstraction layer, which is used to support the\
                         "visualization" features of the Traits package. 
 platforms               darwin
-homepage                https://github.com/enthought/pyface
-master_sites            http://www.enthought.com/repo/ets/
-distname                pyface-${version}
 
-checksums               rmd160  cd4656b8cab966e6e9ef298a09926b596f1be6cf \
-                        sha256  f2dfc6edaca3e51f3efcdf4e1d85d1cf219e2989959c4683a6cff4f28d4f801c
+checksums           rmd160  667a4b7acbab68167c53a158dd21487d0303e97b \
+                    sha256  f675d9ddb736328fc6ec8d1daf94d3779b66ed6640596dcc4a1d96c141806548
 
 python.versions         26 27
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
     depends_lib-append      port:py${python.version}-traits
-}
 
-# removing wx variant until wxwidgets/wxpython mess gets sorted out; see ticke
-# 38375, JJS 8/2/13
-# variant wx description {Use wxWidgets backend} {
-#     if {${name} ne ${subport}} {
-#         depends_lib-append      port:py${python.version}-wxpython-2.8
-#     }
-# }
+    # # wx-3.0 is not fully compatible with enthought, JJS 1/8/14
+    # variant wx description {Use wxWidgets backend} {
+    #     depends_lib-append      port:py${python.version}-wxpython-3.0
+    # }
 
-variant pyqt4 conflicts pyside description "Qt backend using PyQt4" {
-    if {${name} ne ${subport}} {
+    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" {
-    if {${name} ne ${subport}} {
+    variant pyside conflicts pyqt4 description "Qt backend using PySide" {
         depends_lib-append      port:py${python.version}-pyside
     }
-}
 
-default_variants-append +pyqt4
+    default_variants-append +pyqt4
+       
+    notes "If wxpython is installed, enthought modules will try to use it\
+ even if pyqt4 (or pyside) are also installed"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140108/3fe9d206/attachment.html>


More information about the macports-changes mailing list