pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-selenium www/py-selenium: import py27-selenium-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83d2c765dec1
branches: trunk
changeset: 371428:83d2c765dec1
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Nov 11 21:30:21 2017 +0000
description:
www/py-selenium: import py27-selenium-3.7.1
Python language bindings for Selenium WebDriver.
The Selenium package is used to automate web browser interaction from Python.
diffstat:
www/py-selenium/DESCR | 2 +
www/py-selenium/Makefile | 45 +
www/py-selenium/PLIST | 249 ++++++++++
www/py-selenium/distinfo | 35 +
www/py-selenium/patches/patch-buck_bin_buck | 20 +
www/py-selenium/patches/patch-buck_programs_buck__tool.py | 22 +
www/py-selenium/patches/patch-buck_programs_timing.py | 15 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_cxx_toolchain_ArchiverProvider.java | 14 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_cxx_toolchain_DefaultCxxPlatforms.java | 14 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_jvm_java_JUnitStep.java | 14 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_python_PythonBuckConfig.java | 15 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_util_environment_Platform.java | 23 +
www/py-selenium/patches/patch-buck_src_com_facebook_buck_worker_WorkerProcessPoolFactory.java | 15 +
www/py-selenium/patches/patch-jna_build.xml | 17 +
www/py-selenium/patches/patch-rake-tasks_checks.rb | 33 +
www/py-selenium/patches/patch-src_com_facebook_buck_cxx_toolchain_CxxPlatforms.java | 14 +
www/py-selenium/patches/patch-src_com_facebook_buck_shell_AbstractGenruleStep.java | 15 +
www/py-selenium/selenium-buck.mk | 68 ++
18 files changed, 630 insertions(+), 0 deletions(-)
diffs (truncated from 702 to 300 lines):
diff -r 873f4f3ce281 -r 83d2c765dec1 www/py-selenium/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-selenium/DESCR Sat Nov 11 21:30:21 2017 +0000
@@ -0,0 +1,2 @@
+Python language bindings for Selenium WebDriver.
+The Selenium package is used to automate web browser interaction from Python.
diff -r 873f4f3ce281 -r 83d2c765dec1 www/py-selenium/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-selenium/Makefile Sat Nov 11 21:30:21 2017 +0000
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile,v 1.1 2017/11/11 21:30:21 tnn Exp $
+
+DISTNAME= selenium-3.7.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+GITHUB_PROJECT= selenium
+GITHUB_TAG= ${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=SeleniumHQ/}
+
+MAINTAINER= tnn%NetBSD.org@localhost
+HOMEPAGE= https://github.com/SeleniumHQ/selenium/
+COMMENT= Browser automation framework (python bindings)
+LICENSE= apache-2.0
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools>=36:../../devel/py-setuptools
+
+USE_LANGUAGES= c c++
+USE_JAVA= build
+
+EGG_NAME= selenium-3.7.0
+PYSETUPSUBDIR= py
+WRKSRC= ${WRKDIR}/selenium-${DISTNAME}
+
+.include "../../mk/bsd.prefs.mk"
+
+# We need a native JDK for selenium-buck.
+PKG_JVMS_ACCEPTED= openjdk8
+.if ${OPSYS} == "Linux"
+# Oracle JDK should be feasible on Linux.
+PKG_JVMS_ACCEPTED+= oracle-jdk8
+.endif
+
+.include "../../mk/java-vm.mk"
+
+# Every new platform will need patches due to the crazy build framework.
+ONLY_FOR_PLATFORM= Linux-*-x86_64 NetBSD-*-x86_64
+
+pre-build:
+# This tells Selenium that we will provide external buck in $PATH.
+ ${TOUCH} ${WRKSRC}/.nobuckcheck
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./go --trace py_prep_for_install_release
+
+.include "selenium-buck.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 873f4f3ce281 -r 83d2c765dec1 www/py-selenium/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-selenium/PLIST Sat Nov 11 21:30:21 2017 +0000
@@ -0,0 +1,249 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/11 21:30:21 tnn Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/selenium/__init__.py
+${PYSITELIB}/selenium/__init__.pyc
+${PYSITELIB}/selenium/__init__.pyo
+${PYSITELIB}/selenium/common/__init__.py
+${PYSITELIB}/selenium/common/__init__.pyc
+${PYSITELIB}/selenium/common/__init__.pyo
+${PYSITELIB}/selenium/common/exceptions.py
+${PYSITELIB}/selenium/common/exceptions.pyc
+${PYSITELIB}/selenium/common/exceptions.pyo
+${PYSITELIB}/selenium/webdriver/__init__.py
+${PYSITELIB}/selenium/webdriver/__init__.pyc
+${PYSITELIB}/selenium/webdriver/__init__.pyo
+${PYSITELIB}/selenium/webdriver/android/__init__.py
+${PYSITELIB}/selenium/webdriver/android/__init__.pyc
+${PYSITELIB}/selenium/webdriver/android/__init__.pyo
+${PYSITELIB}/selenium/webdriver/android/webdriver.py
+${PYSITELIB}/selenium/webdriver/android/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/android/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/blackberry/__init__.py
+${PYSITELIB}/selenium/webdriver/blackberry/__init__.pyc
+${PYSITELIB}/selenium/webdriver/blackberry/__init__.pyo
+${PYSITELIB}/selenium/webdriver/blackberry/webdriver.py
+${PYSITELIB}/selenium/webdriver/blackberry/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/blackberry/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/chrome/__init__.py
+${PYSITELIB}/selenium/webdriver/chrome/__init__.pyc
+${PYSITELIB}/selenium/webdriver/chrome/__init__.pyo
+${PYSITELIB}/selenium/webdriver/chrome/options.py
+${PYSITELIB}/selenium/webdriver/chrome/options.pyc
+${PYSITELIB}/selenium/webdriver/chrome/options.pyo
+${PYSITELIB}/selenium/webdriver/chrome/remote_connection.py
+${PYSITELIB}/selenium/webdriver/chrome/remote_connection.pyc
+${PYSITELIB}/selenium/webdriver/chrome/remote_connection.pyo
+${PYSITELIB}/selenium/webdriver/chrome/service.py
+${PYSITELIB}/selenium/webdriver/chrome/service.pyc
+${PYSITELIB}/selenium/webdriver/chrome/service.pyo
+${PYSITELIB}/selenium/webdriver/chrome/webdriver.py
+${PYSITELIB}/selenium/webdriver/chrome/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/chrome/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/common/__init__.py
+${PYSITELIB}/selenium/webdriver/common/__init__.pyc
+${PYSITELIB}/selenium/webdriver/common/__init__.pyo
+${PYSITELIB}/selenium/webdriver/common/action_chains.py
+${PYSITELIB}/selenium/webdriver/common/action_chains.pyc
+${PYSITELIB}/selenium/webdriver/common/action_chains.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/__init__.py
+${PYSITELIB}/selenium/webdriver/common/actions/__init__.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/__init__.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/action_builder.py
+${PYSITELIB}/selenium/webdriver/common/actions/action_builder.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/action_builder.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/input_device.py
+${PYSITELIB}/selenium/webdriver/common/actions/input_device.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/input_device.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/interaction.py
+${PYSITELIB}/selenium/webdriver/common/actions/interaction.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/interaction.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/key_actions.py
+${PYSITELIB}/selenium/webdriver/common/actions/key_actions.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/key_actions.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/key_input.py
+${PYSITELIB}/selenium/webdriver/common/actions/key_input.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/key_input.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/mouse_button.py
+${PYSITELIB}/selenium/webdriver/common/actions/mouse_button.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/mouse_button.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_actions.py
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_actions.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_actions.pyo
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_input.py
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_input.pyc
+${PYSITELIB}/selenium/webdriver/common/actions/pointer_input.pyo
+${PYSITELIB}/selenium/webdriver/common/alert.py
+${PYSITELIB}/selenium/webdriver/common/alert.pyc
+${PYSITELIB}/selenium/webdriver/common/alert.pyo
+${PYSITELIB}/selenium/webdriver/common/by.py
+${PYSITELIB}/selenium/webdriver/common/by.pyc
+${PYSITELIB}/selenium/webdriver/common/by.pyo
+${PYSITELIB}/selenium/webdriver/common/desired_capabilities.py
+${PYSITELIB}/selenium/webdriver/common/desired_capabilities.pyc
+${PYSITELIB}/selenium/webdriver/common/desired_capabilities.pyo
+${PYSITELIB}/selenium/webdriver/common/html5/__init__.py
+${PYSITELIB}/selenium/webdriver/common/html5/__init__.pyc
+${PYSITELIB}/selenium/webdriver/common/html5/__init__.pyo
+${PYSITELIB}/selenium/webdriver/common/html5/application_cache.py
+${PYSITELIB}/selenium/webdriver/common/html5/application_cache.pyc
+${PYSITELIB}/selenium/webdriver/common/html5/application_cache.pyo
+${PYSITELIB}/selenium/webdriver/common/keys.py
+${PYSITELIB}/selenium/webdriver/common/keys.pyc
+${PYSITELIB}/selenium/webdriver/common/keys.pyo
+${PYSITELIB}/selenium/webdriver/common/proxy.py
+${PYSITELIB}/selenium/webdriver/common/proxy.pyc
+${PYSITELIB}/selenium/webdriver/common/proxy.pyo
+${PYSITELIB}/selenium/webdriver/common/service.py
+${PYSITELIB}/selenium/webdriver/common/service.pyc
+${PYSITELIB}/selenium/webdriver/common/service.pyo
+${PYSITELIB}/selenium/webdriver/common/touch_actions.py
+${PYSITELIB}/selenium/webdriver/common/touch_actions.pyc
+${PYSITELIB}/selenium/webdriver/common/touch_actions.pyo
+${PYSITELIB}/selenium/webdriver/common/utils.py
+${PYSITELIB}/selenium/webdriver/common/utils.pyc
+${PYSITELIB}/selenium/webdriver/common/utils.pyo
+${PYSITELIB}/selenium/webdriver/edge/__init__.py
+${PYSITELIB}/selenium/webdriver/edge/__init__.pyc
+${PYSITELIB}/selenium/webdriver/edge/__init__.pyo
+${PYSITELIB}/selenium/webdriver/edge/options.py
+${PYSITELIB}/selenium/webdriver/edge/options.pyc
+${PYSITELIB}/selenium/webdriver/edge/options.pyo
+${PYSITELIB}/selenium/webdriver/edge/service.py
+${PYSITELIB}/selenium/webdriver/edge/service.pyc
+${PYSITELIB}/selenium/webdriver/edge/service.pyo
+${PYSITELIB}/selenium/webdriver/edge/webdriver.py
+${PYSITELIB}/selenium/webdriver/edge/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/edge/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/firefox/__init__.py
+${PYSITELIB}/selenium/webdriver/firefox/__init__.pyc
+${PYSITELIB}/selenium/webdriver/firefox/__init__.pyo
+${PYSITELIB}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
+${PYSITELIB}/selenium/webdriver/firefox/extension_connection.py
+${PYSITELIB}/selenium/webdriver/firefox/extension_connection.pyc
+${PYSITELIB}/selenium/webdriver/firefox/extension_connection.pyo
+${PYSITELIB}/selenium/webdriver/firefox/firefox_binary.py
+${PYSITELIB}/selenium/webdriver/firefox/firefox_binary.pyc
+${PYSITELIB}/selenium/webdriver/firefox/firefox_binary.pyo
+${PYSITELIB}/selenium/webdriver/firefox/firefox_profile.py
+${PYSITELIB}/selenium/webdriver/firefox/firefox_profile.pyc
+${PYSITELIB}/selenium/webdriver/firefox/firefox_profile.pyo
+${PYSITELIB}/selenium/webdriver/firefox/options.py
+${PYSITELIB}/selenium/webdriver/firefox/options.pyc
+${PYSITELIB}/selenium/webdriver/firefox/options.pyo
+${PYSITELIB}/selenium/webdriver/firefox/remote_connection.py
+${PYSITELIB}/selenium/webdriver/firefox/remote_connection.pyc
+${PYSITELIB}/selenium/webdriver/firefox/remote_connection.pyo
+${PYSITELIB}/selenium/webdriver/firefox/service.py
+${PYSITELIB}/selenium/webdriver/firefox/service.pyc
+${PYSITELIB}/selenium/webdriver/firefox/service.pyo
+${PYSITELIB}/selenium/webdriver/firefox/webdriver.py
+${PYSITELIB}/selenium/webdriver/firefox/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/firefox/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/firefox/webdriver.xpi
+${PYSITELIB}/selenium/webdriver/firefox/webdriver_prefs.json
+${PYSITELIB}/selenium/webdriver/firefox/webelement.py
+${PYSITELIB}/selenium/webdriver/firefox/webelement.pyc
+${PYSITELIB}/selenium/webdriver/firefox/webelement.pyo
+${PYSITELIB}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
+${PYSITELIB}/selenium/webdriver/ie/__init__.py
+${PYSITELIB}/selenium/webdriver/ie/__init__.pyc
+${PYSITELIB}/selenium/webdriver/ie/__init__.pyo
+${PYSITELIB}/selenium/webdriver/ie/options.py
+${PYSITELIB}/selenium/webdriver/ie/options.pyc
+${PYSITELIB}/selenium/webdriver/ie/options.pyo
+${PYSITELIB}/selenium/webdriver/ie/service.py
+${PYSITELIB}/selenium/webdriver/ie/service.pyc
+${PYSITELIB}/selenium/webdriver/ie/service.pyo
+${PYSITELIB}/selenium/webdriver/ie/webdriver.py
+${PYSITELIB}/selenium/webdriver/ie/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/ie/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/opera/__init__.py
+${PYSITELIB}/selenium/webdriver/opera/__init__.pyc
+${PYSITELIB}/selenium/webdriver/opera/__init__.pyo
+${PYSITELIB}/selenium/webdriver/opera/options.py
+${PYSITELIB}/selenium/webdriver/opera/options.pyc
+${PYSITELIB}/selenium/webdriver/opera/options.pyo
+${PYSITELIB}/selenium/webdriver/opera/webdriver.py
+${PYSITELIB}/selenium/webdriver/opera/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/opera/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/phantomjs/__init__.py
+${PYSITELIB}/selenium/webdriver/phantomjs/__init__.pyc
+${PYSITELIB}/selenium/webdriver/phantomjs/__init__.pyo
+${PYSITELIB}/selenium/webdriver/phantomjs/service.py
+${PYSITELIB}/selenium/webdriver/phantomjs/service.pyc
+${PYSITELIB}/selenium/webdriver/phantomjs/service.pyo
+${PYSITELIB}/selenium/webdriver/phantomjs/webdriver.py
+${PYSITELIB}/selenium/webdriver/phantomjs/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/phantomjs/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/remote/__init__.py
+${PYSITELIB}/selenium/webdriver/remote/__init__.pyc
+${PYSITELIB}/selenium/webdriver/remote/__init__.pyo
+${PYSITELIB}/selenium/webdriver/remote/command.py
+${PYSITELIB}/selenium/webdriver/remote/command.pyc
+${PYSITELIB}/selenium/webdriver/remote/command.pyo
+${PYSITELIB}/selenium/webdriver/remote/errorhandler.py
+${PYSITELIB}/selenium/webdriver/remote/errorhandler.pyc
+${PYSITELIB}/selenium/webdriver/remote/errorhandler.pyo
+${PYSITELIB}/selenium/webdriver/remote/file_detector.py
+${PYSITELIB}/selenium/webdriver/remote/file_detector.pyc
+${PYSITELIB}/selenium/webdriver/remote/file_detector.pyo
+${PYSITELIB}/selenium/webdriver/remote/getAttribute.js
+${PYSITELIB}/selenium/webdriver/remote/isDisplayed.js
+${PYSITELIB}/selenium/webdriver/remote/mobile.py
+${PYSITELIB}/selenium/webdriver/remote/mobile.pyc
+${PYSITELIB}/selenium/webdriver/remote/mobile.pyo
+${PYSITELIB}/selenium/webdriver/remote/remote_connection.py
+${PYSITELIB}/selenium/webdriver/remote/remote_connection.pyc
+${PYSITELIB}/selenium/webdriver/remote/remote_connection.pyo
+${PYSITELIB}/selenium/webdriver/remote/switch_to.py
+${PYSITELIB}/selenium/webdriver/remote/switch_to.pyc
+${PYSITELIB}/selenium/webdriver/remote/switch_to.pyo
+${PYSITELIB}/selenium/webdriver/remote/utils.py
+${PYSITELIB}/selenium/webdriver/remote/utils.pyc
+${PYSITELIB}/selenium/webdriver/remote/utils.pyo
+${PYSITELIB}/selenium/webdriver/remote/webdriver.py
+${PYSITELIB}/selenium/webdriver/remote/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/remote/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/remote/webelement.py
+${PYSITELIB}/selenium/webdriver/remote/webelement.pyc
+${PYSITELIB}/selenium/webdriver/remote/webelement.pyo
+${PYSITELIB}/selenium/webdriver/safari/__init__.py
+${PYSITELIB}/selenium/webdriver/safari/__init__.pyc
+${PYSITELIB}/selenium/webdriver/safari/__init__.pyo
+${PYSITELIB}/selenium/webdriver/safari/service.py
+${PYSITELIB}/selenium/webdriver/safari/service.pyc
+${PYSITELIB}/selenium/webdriver/safari/service.pyo
+${PYSITELIB}/selenium/webdriver/safari/webdriver.py
+${PYSITELIB}/selenium/webdriver/safari/webdriver.pyc
+${PYSITELIB}/selenium/webdriver/safari/webdriver.pyo
+${PYSITELIB}/selenium/webdriver/support/__init__.py
+${PYSITELIB}/selenium/webdriver/support/__init__.pyc
+${PYSITELIB}/selenium/webdriver/support/__init__.pyo
+${PYSITELIB}/selenium/webdriver/support/abstract_event_listener.py
+${PYSITELIB}/selenium/webdriver/support/abstract_event_listener.pyc
+${PYSITELIB}/selenium/webdriver/support/abstract_event_listener.pyo
+${PYSITELIB}/selenium/webdriver/support/color.py
+${PYSITELIB}/selenium/webdriver/support/color.pyc
+${PYSITELIB}/selenium/webdriver/support/color.pyo
+${PYSITELIB}/selenium/webdriver/support/event_firing_webdriver.py
+${PYSITELIB}/selenium/webdriver/support/event_firing_webdriver.pyc
+${PYSITELIB}/selenium/webdriver/support/event_firing_webdriver.pyo
+${PYSITELIB}/selenium/webdriver/support/events.py
+${PYSITELIB}/selenium/webdriver/support/events.pyc
+${PYSITELIB}/selenium/webdriver/support/events.pyo
+${PYSITELIB}/selenium/webdriver/support/expected_conditions.py
+${PYSITELIB}/selenium/webdriver/support/expected_conditions.pyc
+${PYSITELIB}/selenium/webdriver/support/expected_conditions.pyo
+${PYSITELIB}/selenium/webdriver/support/select.py
Home |
Main Index |
Thread Index |
Old Index