diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-03-19 01:03:16 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-03-19 01:03:16 +0000 |
commit | fdd9813bc3a8e78cc47bc3dac1d1184430ca2198 (patch) | |
tree | 3bcb090b9215e1842812e8108f901ff07df06b09 | |
parent | - Update to 1.00 (diff) |
- Update to 3.3.1
PR: 217904
Submitted by: douglas@douglasthrift.net(maintainer)
Notes
Notes:
svn path=/head/; revision=436461
-rw-r--r-- | www/py-selenium/Makefile | 4 | ||||
-rw-r--r-- | www/py-selenium/distinfo | 6 | ||||
-rw-r--r-- | www/py-selenium/files/patch-setup.py | 14 |
3 files changed, 11 insertions, 13 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index 7e31f7e5b653..050c500a18b1 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.3.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,6 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Python bindings for Selenium LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist diff --git a/www/py-selenium/distinfo b/www/py-selenium/distinfo index e5f262bc203a..a4e5c66f187f 100644 --- a/www/py-selenium/distinfo +++ b/www/py-selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481412151 -SHA256 (selenium-3.0.2.tar.gz) = 85daad4d09be86bddd4f45579986ac316c1909c3b4653ed471ea4519eb413c8f -SIZE (selenium-3.0.2.tar.gz) = 830314 +TIMESTAMP = 1489878802 +SHA256 (selenium-3.3.1.tar.gz) = 2cf187c6876d8c633df70f8242dc081c53dfaba128f499a0e4fb2186a38a5c9f +SIZE (selenium-3.3.1.tar.gz) = 836332 diff --git a/www/py-selenium/files/patch-setup.py b/www/py-selenium/files/patch-setup.py index 60eb4213ce42..6d2dd8718abf 100644 --- a/www/py-selenium/files/patch-setup.py +++ b/www/py-selenium/files/patch-setup.py @@ -1,13 +1,13 @@ ---- setup.py.orig 2016-12-29 00:15:54 UTC +--- setup.py.orig 2017-03-18 23:33:26 UTC +++ setup.py -@@ -71,9 +71,7 @@ setup_args = { +@@ -73,9 +73,7 @@ setup_args = { 'selenium.webdriver.firefox': ['*.xpi', 'webdriver_prefs.json'], 'selenium.webdriver.remote': ['getAttribute.js', 'isDisplayed.js'], }, -- 'data_files': [('selenium/webdriver/firefox/x86', ['py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so']), -- ('selenium/webdriver/firefox/amd64', ['py/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so']), -- ('selenium/webdriver/remote', ['py/selenium/webdriver/remote/getAttribute.js']), -+ 'data_files': [('selenium/webdriver/remote', ['py/selenium/webdriver/remote/getAttribute.js']), - ('selenium/webdriver/remote', ['py/selenium/webdriver/remote/isDisplayed.js'])], +- 'data_files': [('selenium/webdriver/firefox/x86', ['selenium/webdriver/firefox/x86/x_ignore_nofocus.so']), +- ('selenium/webdriver/firefox/amd64', ['selenium/webdriver/firefox/amd64/x_ignore_nofocus.so']), +- ('selenium/webdriver/remote', ['selenium/webdriver/remote/getAttribute.js']), ++ 'data_files': [('selenium/webdriver/remote', ['selenium/webdriver/remote/getAttribute.js']), + ('selenium/webdriver/remote', ['selenium/webdriver/remote/isDisplayed.js'])], 'include_package_data': True, 'zip_safe': False |