summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-01 10:02:29 +0000
committeradam <adam@pkgsrc.org>2017-12-01 10:02:29 +0000
commit032fabeb031edd228c4de198da084fe0b9969acc (patch)
tree572522ebbc80391b566301d39c731a3bbfcaf347 /www
parent050435520e1d97393aa074a0c6d7dcb440e32107 (diff)
downloadpkgsrc-032fabeb031edd228c4de198da084fe0b9969acc.tar.gz
py-selenium: updated to 3.8.0
Selenium 3.8.0 * Firefox options can now be imported from selenium.webdriver as FirefoxOptions * Headless mode can now be set in Chrome Options using `set_headless` * Headless mode can now be set in Firefox Options using `set_headless` * Add the WebKitGTK WebDriver and options class * Browser options can now be passed to remote WebDriver via the `options` parameter * Browser option parameters are now standardized across drivers as `options`. `firefox_options`, `chrome_options`, and `ie_options` are now deprecated * Added missing W3C Error Codes * Support has been removed for Python versions 2.6 and 3.3
Diffstat (limited to 'www')
-rw-r--r--www/py-selenium/Makefile8
-rw-r--r--www/py-selenium/PLIST14
-rw-r--r--www/py-selenium/distinfo10
3 files changed, 24 insertions, 8 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile
index 355cf7d1159..7b87a66becd 100644
--- a/www/py-selenium/Makefile
+++ b/www/py-selenium/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/11/17 08:15:42 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/01 10:02:29 adam Exp $
-DISTNAME= selenium-3.7.0
+DISTNAME= selenium-3.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/selenium/}
@@ -12,5 +12,9 @@ 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"
diff --git a/www/py-selenium/PLIST b/www/py-selenium/PLIST
index abddc1c1d64..11b3c2f9263 100644
--- a/www/py-selenium/PLIST
+++ b/www/py-selenium/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/11/17 08:15:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/01 10:02:29 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -247,3 +247,15 @@ ${PYSITELIB}/selenium/webdriver/support/ui.pyo
${PYSITELIB}/selenium/webdriver/support/wait.py
${PYSITELIB}/selenium/webdriver/support/wait.pyc
${PYSITELIB}/selenium/webdriver/support/wait.pyo
+${PYSITELIB}/selenium/webdriver/webkitgtk/__init__.py
+${PYSITELIB}/selenium/webdriver/webkitgtk/__init__.pyc
+${PYSITELIB}/selenium/webdriver/webkitgtk/__init__.pyo
+${PYSITELIB}/selenium/webdriver/webkitgtk/options.py
+${PYSITELIB}/selenium/webdriver/webkitgtk/options.pyc
+${PYSITELIB}/selenium/webdriver/webkitgtk/options.pyo
+${PYSITELIB}/selenium/webdriver/webkitgtk/service.py
+${PYSITELIB}/selenium/webdriver/webkitgtk/service.pyc
+${PYSITELIB}/selenium/webdriver/webkitgtk/service.pyo
+${PYSITELIB}/selenium/webdriver/webkitgtk/webdriver.py
+${PYSITELIB}/selenium/webdriver/webkitgtk/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/webkitgtk/webdriver.pyo
diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo
index dc7ac7e7cb3..5ee77a07abd 100644
--- a/www/py-selenium/distinfo
+++ b/www/py-selenium/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/11/17 08:15:42 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/12/01 10:02:29 adam Exp $
-SHA1 (selenium-3.7.0.tar.gz) = c0dd89eea9a8d8aee69666c4e39e8e77ab26d2e3
-RMD160 (selenium-3.7.0.tar.gz) = d710ea2dbc8aa2aa73fa4ebb976f81cfc9347d27
-SHA512 (selenium-3.7.0.tar.gz) = 80594daea5af899ec9979bd4297e53cbc8cab15639295ed6f7b69f958040963ca23404bf6858f00c729e8a3081bb78b56696456e9a8a89829b8e3409a37ba6f7
-Size (selenium-3.7.0.tar.gz) = 844257 bytes
+SHA1 (selenium-3.8.0.tar.gz) = 6a0d81f2bf35b6d717bd40355c9c0ec3987a5b8a
+RMD160 (selenium-3.8.0.tar.gz) = 5bf5a8673991fd80d3e2cc256d7b60fdc26dafb1
+SHA512 (selenium-3.8.0.tar.gz) = 1bf95cbfb090d6cdb7978253d44a8927da5b24b8b52a6a5a04afa97dd996131c09394fb18c9efb35ad37d729303ad9b57f2357f0bda15aa2583c0e12346973be
+Size (selenium-3.8.0.tar.gz) = 847605 bytes