[95719] trunk/dports/python/py-traitsgui/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 19 18:50:24 PDT 2012


Revision: 95719
          https://trac.macports.org/changeset/95719
Author:   jmr at macports.org
Date:     2012-07-19 18:50:23 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
py-traitsgui: replaced_by py-traitsui (#33109)

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

Modified: trunk/dports/python/py-traitsgui/Portfile
===================================================================
--- trunk/dports/python/py-traitsgui/Portfile	2012-07-20 01:48:09 UTC (rev 95718)
+++ trunk/dports/python/py-traitsgui/Portfile	2012-07-20 01:50:23 UTC (rev 95719)
@@ -6,37 +6,27 @@
 
 name                py-traitsgui
 version             3.6.0
+revision            1
 categories-append   devel
-maintainers         vcn.com:jjstickel openmaintainer
+maintainers         nomaintainer
 description         The Enthought traitsgui package
 long_description    The TraitsGUI project contains a\
     toolkit-independent GUI abstraction layer (known as Pyface),\
     which is used to support the "visualization" features of the Traits package.
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ets/
-distname            TraitsGUI-${version}
+distfiles
 
-checksums           md5     cf88abd88508034e193e784b3f2de2ad \
-                    sha1    2950ac9160fb6902260da67290e36da676439bea \
-                    rmd160  4b41e9f150043cb9893b530f621c1fa0e246d35a
-
 python.versions        25 26 27
 python.default_version 25
 
 if {$subport != $name} {
-    depends_build-append    port:py${python.version}-distribute
-    depends_lib-append      port:py${python.version}-enthoughtbase
-    
-    variant wx conflicts qt4 description {Use wxWidgets backend} {
-       depends_lib-append port:py${python.version}-traitsbackendwx
-    }
-    
-    variant qt4 conflicts wx description {Use Qt4 backend} {
-       depends_lib-append port:py${python.version}-traitsbackendqt
-    }
-    
-    if {![variant_isset qt4]} {
-        default_variants-append +wx
-    }
+    replaced_by             py${python.version}-traitsui
+} else {
+    replaced_by             py-traitsui
 }
+
+pre-configure {
+    ui_error "Please do not install this port since it has been replaced by py-traitsui."
+    return -code error
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/c5d47269/attachment.html>


More information about the macports-changes mailing list