[59198] trunk/dports/python

jochen at macports.org jochen at macports.org
Sun Oct 11 05:34:59 PDT 2009


Revision: 59198
          http://trac.macports.org/changeset/59198
Author:   jochen at macports.org
Date:     2009-10-11 05:34:57 -0700 (Sun, 11 Oct 2009)
Log Message:
-----------
New port (on the way to py26-mayavi)

Added Paths:
-----------
    trunk/dports/python/py26-traitsbackendwx/
    trunk/dports/python/py26-traitsbackendwx/Portfile
    trunk/dports/python/py26-traitsbackendwx/files/
    trunk/dports/python/py26-traitsbackendwx/files/patch-traitsbackendwx_helper.py.diff

Added: trunk/dports/python/py26-traitsbackendwx/Portfile
===================================================================
--- trunk/dports/python/py26-traitsbackendwx/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-traitsbackendwx/Portfile	2009-10-11 12:34:57 UTC (rev 59198)
@@ -0,0 +1,24 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 55254 2009-08-07 22:35:30Z macsforever2000 at macports.org $
+
+PortSystem	1.0
+PortGroup	python26 1.0
+
+name                py26-traitsbackendwx
+version             3.1.0
+categories-append   devel
+maintainers         vcn.com:jjstickel openmaintainer 
+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}
+checksums           md5 fc72754400663c2a8b657778ca1dbfc6
+
+depends_build-append    port:py26-setuptools
+depends_lib-append      port:py26-enthoughtbase\
+                        port:py26-traits\
+                        port:py26-wxpython
+
+patchfiles    patch-traitsbackendwx_helper.py.diff

Added: trunk/dports/python/py26-traitsbackendwx/files/patch-traitsbackendwx_helper.py.diff
===================================================================
--- trunk/dports/python/py26-traitsbackendwx/files/patch-traitsbackendwx_helper.py.diff	                        (rev 0)
+++ trunk/dports/python/py26-traitsbackendwx/files/patch-traitsbackendwx_helper.py.diff	2009-10-11 12:34:57 UTC (rev 59198)
@@ -0,0 +1,11 @@
+--- enthought/traits/ui/wx/helper.py    (revision 23572)
++++ enthought/traits/ui/wx/helper.py    (working copy)
+@@ -413,5 +413,8 @@
+             This method overrides the original in the base class so that
+             nested subpanels are handled correctly.
+         """
++        if child is None:
++            return
++
+         sppux, sppuy = self.GetScrollPixelsPerUnit()
+         vsx, vsy     = self.GetViewStart()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091011/a6b2d131/attachment.html>


More information about the macports-changes mailing list