# Compiling Time: 2.13 SBU
# Maintainer: Marius Cirsta <mcirsta@frugalware.org>

_F_archive_name="selenium"
pkgname=python3-selenium
pkgver=4.33.0
pkgrel=1
pkgdesc="Python language bindings for Selenium WebDriver"
depends=('python3-urllib3' 'certifi' 'python3-trio' 'python3-trio-websocket' 'python3-typing_extensions' 'python3-websocket_client')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools-rust' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=selenium
Finclude pypi
sha1sums=('76ee8e24596b2bfe3bb98d32ff52ef9fe25ed02a')
_F_python_version=python3
options=('nolto')

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build --wheel --no-isolation -C setup-args=-Dblas=blas -C setup-args=-Dlapack=lapack || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie

}

# optimization OK
