[109152] users/mojca/wxports/python/py-robotframework-ride/Portfile
mojca at macports.org
mojca at macports.org
Thu Aug 8 11:33:33 PDT 2013
Revision: 109152
https://trac.macports.org/changeset/109152
Author: mojca at macports.org
Date: 2013-08-08 11:33:32 -0700 (Thu, 08 Aug 2013)
Log Message:
-----------
mojca/py-robotframework-ride: dependency on py-wxpython-3.0, remove architecture-related hacks
Modified Paths:
--------------
users/mojca/wxports/python/py-robotframework-ride/Portfile
Modified: users/mojca/wxports/python/py-robotframework-ride/Portfile
===================================================================
--- users/mojca/wxports/python/py-robotframework-ride/Portfile 2013-08-08 18:22:27 UTC (rev 109151)
+++ users/mojca/wxports/python/py-robotframework-ride/Portfile 2013-08-08 18:33:32 UTC (rev 109152)
@@ -4,10 +4,11 @@
PortSystem 1.0
PortGroup python 1.0
-name py-robotframework-ride
-set internal_name robotframework-ride
+name py-robotframework-ride
+set internal_name robotframework-ride
version 1.1
+revision 1
license Apache-2
@@ -16,15 +17,12 @@
description Robot Framework test case editor
long_description ${description}
-homepage http://code.google.com/p/${internal_name}
+homepage http://code.google.com/p/${internal_name}
platforms darwin
-python.versions 26 27
-python.default_version 27
+python.versions 26 27
+python.default_version 27
-universal_variant no
-supported_archs i386
-
master_sites googlecode:${internal_name}
distname ${internal_name}-${version}
@@ -34,27 +32,19 @@
if {$subport != $name} {
build.cmd ${python.bin} setup.py
destroot.cmd ${python.bin} setup.py
- depends_lib-append port:py${python.version}-robotframework \
- port:py${python.version}-wxpython \
+ depends_lib-append port:py${python.version}-robotframework \
+ port:py${python.version}-wxpython-3.0 \
port:py${python.version}-paver
- platform darwin 12 {
- supported_archs 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
}
-
- notes "To run, use 'arch -i386 ride.py-${python.branch}' to use 32bit architecture"
}
if {$subport == $name} {
- livecheck.type regex
- livecheck.url ${homepage}
- livecheck.regex ${internal_name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex ${internal_name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
} else {
- livecheck.type none
+ livecheck.type none
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130808/5770c9ee/attachment.html>
More information about the macports-changes
mailing list