[99778] trunk/dports/python/py-robotframework-ride/Portfile

jwa at macports.org jwa at macports.org
Sat Nov 17 04:34:47 PST 2012


Revision: 99778
          https://trac.macports.org/changeset/99778
Author:   jwa at macports.org
Date:     2012-11-17 04:34:47 -0800 (Sat, 17 Nov 2012)
Log Message:
-----------
py-robotframework-ride: version bump to 0.52.2, add dependency to wxpython30 to enable build on 10.8., on which software doesn't quite work yet, however

Modified Paths:
--------------
    trunk/dports/python/py-robotframework-ride/Portfile

Modified: trunk/dports/python/py-robotframework-ride/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-ride/Portfile	2012-11-17 12:34:37 UTC (rev 99777)
+++ trunk/dports/python/py-robotframework-ride/Portfile	2012-11-17 12:34:47 UTC (rev 99778)
@@ -7,7 +7,7 @@
 name				py-robotframework-ride
 set internal_name	robotframework-ride
 
-version             0.51
+version             0.52.2
 
 license             Apache-2
 
@@ -28,8 +28,8 @@
 master_sites        https://github.com/downloads/robotframework/RIDE/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  f7a354f8b58264a010395852e7ea6442ef2b757f \
-                    sha256  28f331af7d313466e0ce53f424b433ddfb8831501d6acfc9bdf52bf6f782aaf3
+checksums           rmd160  6b6ca86fa9e2b41cd89fa52d451ea04552893f99 \
+                    sha256  c05e91bbe88fca089f7cf867acd6e2e240307d1b77ff8537daecf721ab3841cf
 
 if {$subport != $name} {
     build.cmd           ${python.bin} setup.py
@@ -38,6 +38,12 @@
         port:py${python.version}-wxpython \
         port:py${python.version}-paver
 
+    platform darwin 12 {
+        configure.build_arch    x86_64
+        depends_lib-delete port:py${python.version}-wxpython
+        depends_lib-append port:py${python.version}-wxpython30
+    }
+
     post-extract {
         reinplace "s/pybot/pybot-${python.branch}/g" $worksrcpath/src/robotide/contrib/testrunner/runprofiles.py
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121117/a4e0e5c5/attachment.html>


More information about the macports-changes mailing list