# -*- 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.43.3 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 8cbdeaefa6e891ebb2c1de4c7bbab152d596603c \ sha256 6b9dd1231e93dcd3c889ce1206dead41d030c050f9d3bd9d8a73f9f54de99f93 #python.link_binaries no 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 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 }