aa024d0abe
Selenium 3.13.0 * Add executing Chrome devtools command * fix incorrect w3c action encoding in python client * Implement context manager for WebDriver * Stop sending "windowHandle" param in maximize_window command for w3c
20 lines
673 B
Makefile
20 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/07/03 06:48:17 adam Exp $
|
|
|
|
DISTNAME= selenium-3.13.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/selenium/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/SeleniumHQ/selenium
|
|
COMMENT= Python bindings for Selenium
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# these are for Linux only; see selenium/webdriver/firefox/firefox_binary.py
|
|
CHECK_SHLIBS_SKIP+= ${PYSITELIB}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
|
CHECK_SHLIBS_SKIP+= ${PYSITELIB}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|