pkgsrc/www/py-selenium/Makefile
adam 50edc16ee2 py-selenium: updated to 3.141.0
Selenium 3.141.0
* Bump version to a better approximation of Π
* Improved Test build targets
* fix os path in test for Windows
* use 'NUL' for /dev/null on Windows
* Update ctor docstrings to explain that a directory passed in is cloned.
* Allow passing of service_args to Safari.
* Remove element equals url
* Improved WebExtension support
2020-01-29 13:10:39 +00:00

23 lines
775 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/29 13:10:39 adam Exp $
DISTNAME= selenium-3.141.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
DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
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
CHECK_SSP_SKIP= ${CHECK_SHLIBS_SKIP}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"