You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
880eeb0792
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
37 lines
1.3 KiB
Tcl
37 lines
1.3 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
|
|
version 6.8.0
|
|
revision 0
|
|
|
|
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/SeleniumLibrary
|
|
|
|
distname robotframework_seleniumlibrary-${version}
|
|
|
|
checksums rmd160 72d957bd685b1b037551dce52c84339f2b1461e6 \
|
|
sha256 60fb0584b11eabc687e8433134093b764ec011e0e8a9ec417bfdeeab59d748bb \
|
|
size 171793
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-click \
|
|
port:py${python.version}-robotframework \
|
|
port:py${python.version}-robotframework-pythonlibcore \
|
|
port:py${python.version}-selenium
|
|
}
|