Revision: 115488 https://trac.macports.org/changeset/115488 Author: jwa@macports.org Date: 2014-01-03 03:46:05 -0800 (Fri, 03 Jan 2014) Log Message: ----------- py-robotframework-ride: use wxpython-2.8 only for now, upstream issue about 3.0 is still unsolved Modified Paths: -------------- trunk/dports/python/py-robotframework-ride/Portfile Modified: trunk/dports/python/py-robotframework-ride/Portfile =================================================================== --- trunk/dports/python/py-robotframework-ride/Portfile 2014-01-03 10:02:53 UTC (rev 115487) +++ trunk/dports/python/py-robotframework-ride/Portfile 2014-01-03 11:46:05 UTC (rev 115488) @@ -9,7 +9,7 @@ set internal_name robotframework-ride version 1.2.3 -revision 3 +revision 4 license Apache-2 @@ -39,10 +39,11 @@ # TODO: this port probably needs a variant to switch between py-wxpython-2.8 and py-wxpython-3.0 # until it starts working properly on py-wxpython-3.0 - if {${os.major}>=12} { - depends_lib-delete port:py${python.version}-wxpython-2.8 - depends_lib-append port:py${python.version}-wxpython-3.0 - } + # Depending on 2.8 for now +# if {${os.major}>=12} { +# depends_lib-delete port:py${python.version}-wxpython-2.8 +# depends_lib-append port:py${python.version}-wxpython-3.0 +# } post-extract { reinplace "s/pybot/pybot-${python.branch}/g" $worksrcpath/src/robotide/contrib/testrunner/runprofiles.py
participants (1)
-
jwa@macports.org