# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-robotframework-ride set internal_name robotframework-ride version 0.50 license Apache-2 categories-append devel maintainers jwa description Robot Framework test case editor long_description ${description} homepage http://code.google.com/p/${internal_name} platforms darwin python.versions 26 27 python.default_version 27 universal_variant no configure.build_arch i386 master_sites https://github.com/downloads/robotframework/RIDE/ distname ${internal_name}-${version} checksums rmd160 6006066f598b1b77da58efa28375904fe825baff \ sha256 6811f68e90502aa079801b1228ab67cc5e413b14a965d39b1dc972c9a26bb6f3 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 \ port:py${python.version}-paver 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 https://github.com/robotframework/RIDE/downloads livecheck.regex ${internal_name}-(0\\.\[0-9.\]+)\\.tar\\.\[bg\]z } else { livecheck.type none }