[95717] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jul 19 18:45:21 PDT 2012


Revision: 95717
          https://trac.macports.org/changeset/95717
Author:   jmr at macports.org
Date:     2012-07-19 18:45:21 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
py-traitsbackendqt, py-traitsbackendwx: replaced_by py-pyface (#33181)

Modified Paths:
--------------
    trunk/dports/python/py-traitsbackendqt/Portfile
    trunk/dports/python/py-traitsbackendwx/Portfile

Modified: trunk/dports/python/py-traitsbackendqt/Portfile
===================================================================
--- trunk/dports/python/py-traitsbackendqt/Portfile	2012-07-20 01:39:06 UTC (rev 95716)
+++ trunk/dports/python/py-traitsbackendqt/Portfile	2012-07-20 01:45:21 UTC (rev 95717)
@@ -6,28 +6,25 @@
 
 name                    py-traitsbackendqt
 version                 3.6.0
+revision                1
 categories-append       devel
-maintainers             vcn.com:jjstickel openmaintainer
+maintainers             nomaintainer
 description             The Enthought traitsgui Qt backend
 long_description        Qt backend for traits GUI
 platforms               darwin
 homepage                http://code.enthought.com/projects/traits_gui/
-master_sites            http://www.enthought.com/repo/ets/
-distname                TraitsBackendQt-${version}
+distfiles
 
-checksums           md5     a655ae137af4d8590739618926e21893 \
-                    sha1    cd333808a85f1d5b7d627a8b28b46261c7ec8e09 \
-                    rmd160  6c86e2ddbc259ccc4832c9504061cd640c6522aa
-
 python.versions         25 26 27
 python.default_version  25
 
 if {$subport != $name} {
-    conflicts               py${python.version}-traitsbackendqt
+    replaced_by             py${python.version}-pyface
+} else {
+    replaced_by             py-pyface
+}
 
-    depends_build-append    port:py${python.version}-distribute \
-                            port:pkgconfig
-    depends_lib-append      port:py${python.version}-enthoughtbase\
-                            port:py${python.version}-traits\
-                            port:py${python.version}-pyqt4
+pre-configure {
+    ui_error "Please do not install this port since it has been replaced by py-pyface."
+    return -code error
 }

Modified: trunk/dports/python/py-traitsbackendwx/Portfile
===================================================================
--- trunk/dports/python/py-traitsbackendwx/Portfile	2012-07-20 01:39:06 UTC (rev 95716)
+++ trunk/dports/python/py-traitsbackendwx/Portfile	2012-07-20 01:45:21 UTC (rev 95717)
@@ -6,27 +6,25 @@
 
 name                py-traitsbackendwx
 version             3.6.0
+revision            1
 categories-append   devel
-maintainers         vcn.com:jjstickel openmaintainer
+maintainers         nomaintainer
 description         The Enthought traitsgui WX backend
 long_description    WX backend for traits GUI
 platforms           darwin
 homepage            http://code.enthought.com/projects/traits_gui/
-master_sites        http://www.enthought.com/repo/ets/
-distname            TraitsBackendWX-${version}
+distfiles
 
-checksums           md5     e495ab88151759fe29c7a51b69482b38 \
-                    sha1    3b667a7b01abe19e42466d175f03d395a16f08b2 \
-                    rmd160  9fa2525c511659428dec6bd3d9620003ba4914fa
-
 python.versions        25 26 27
 python.default_version 25
 
 if {$subport != $name} {
-    conflicts               py${python.version}-traitsbackendqt
+    replaced_by             py${python.version}-pyface
+} else {
+    replaced_by             py-pyface
+}
 
-    depends_build-append    port:py${python.version}-distribute
-    depends_lib-append      port:py${python.version}-enthoughtbase\
-                            port:py${python.version}-traits\
-                            port:py${python.version}-wxpython
+pre-configure {
+    ui_error "Please do not install this port since it has been replaced by py-pyface."
+    return -code error
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/9cdf1332/attachment-0001.html>


More information about the macports-changes mailing list