# $Id: Portfile 92127 2012-04-19 15:40:28Z singingwolfboy@macports.org $

PortSystem      1.0
PortGroup       python 1.0

name            py-selenium
set real_name   selenium
version         2.21.2
python.versions 24 25 26 27
maintainers     singingwolfboy openmaintainer
platforms       darwin
description     Python language binding for Selenium Remote Control

long_description \
    Selenium Python Client Driver is a Python language binding for \
    Selenium Remote Control (version 1.0 and 2.0). Currently the remote protocol, \
    Firefox and Chrome for Selenium 2.0 are supported, as well as the \
    Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers.

homepage            http://code.google.com/p/selenium/
master_sites        http://pypi.python.org/packages/source/s/${real_name}/
distname            ${real_name}-${version}
checksums           rmd160  cea927e4072d7362ada0c3283fac1118f3b97d21 \
                    sha256  cac18c32c1e39e2a3959872dcac5cc0386d6f4f553c6dafb59cbaea8178dc7fc

if {$name != $subport} {
    depends_build-append port:py${python.version}-distribute
}
