Files

32 lines
1.1 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup python 1.0
name py-robotframework-seleniumlibrary
set internal_name SeleniumLibrary
version 5.1.3
license Apache-2
categories-append devel
platforms {darwin any}
supported_archs noarch
maintainers {jwa @jyrkiwahlstedt} openmaintainer
description Robot Framework library to run web-based tests
long_description Library to run web-based tests with Selenium \
using Selenium server included in the package
homepage https://github.com/robotframework/${python.rootname}
checksums rmd160 d249382978d17f4c245dd4f998f9ca9b4a219ccd \
sha256 f51a0068c6c0d8107ee1120874a3afbf2bbe751fd0782cb86a27a616d9ca30b6 \
size 156935
python.versions 39
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-robotframework
}