You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 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-selenium
|
|
version 3.141.0
|
|
license Apache-2
|
|
maintainers {dstrubbe @dstrubbe} openmaintainer
|
|
platforms darwin
|
|
|
|
description Python language bindings for Selenium WebDriver
|
|
long_description \
|
|
The selenium package is used to automate web browser interaction \
|
|
from Python. Several browsers/drivers are supported (Firefox, \
|
|
Chrome, Internet Explorer), as well as the Remote protocol.
|
|
|
|
homepage https://www.seleniumhq.org/
|
|
master_sites pypi:s/${python.rootname}/
|
|
distname ${python.rootname}-${version}
|
|
|
|
python.versions 27 37 38 39
|
|
|
|
checksums rmd160 6175bf1db6e8de270d0c34b9c58649ab1b118bc7 \
|
|
sha256 deaf32b60ad91a4611b98d8002757f29e6f2c2d5fcaf202e1c9ad06d6772300d \
|
|
size 854669
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_run-append \
|
|
port:py${python.version}-urllib3
|
|
livecheck.type none
|
|
}
|