pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/py-msedge-selenium-tools import py-msedge-selenium-tools-3.141.2



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 31 21:36:00 2020 +0100
Changeset:	0d9026945e6f2973e34157fdab62befceb5c1e87

Added Files:
	py-msedge-selenium-tools/DESCR
	py-msedge-selenium-tools/Makefile
	py-msedge-selenium-tools/PLIST
	py-msedge-selenium-tools/distinfo

Log Message:
wip/py-msedge-selenium-tools import py-msedge-selenium-tools-3.141.2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d9026945e6f2973e34157fdab62befceb5c1e87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-msedge-selenium-tools/DESCR    | 11 +++++++++++
 py-msedge-selenium-tools/Makefile | 18 ++++++++++++++++++
 py-msedge-selenium-tools/PLIST    | 25 +++++++++++++++++++++++++
 py-msedge-selenium-tools/distinfo |  6 ++++++
 4 files changed, 60 insertions(+)

diffs:
diff --git a/py-msedge-selenium-tools/DESCR b/py-msedge-selenium-tools/DESCR
new file mode 100644
index 0000000000..0f36bf8287
--- /dev/null
+++ b/py-msedge-selenium-tools/DESCR
@@ -0,0 +1,11 @@
+Selenium Tools for Microsoft Edge extends with a unified
+driver to help you write automated tests for both the
+Microsoft Edge (EdgeHTML) and new Microsoft Edge (Chromium) browsers
+
+The libraries included in this project are fully compatible
+with Selenium's built-in Edge libraries, and run Microsoft
+Edge (EdgeHTML) by default so you can use our project as a
+seamless drop-in replacement. In addition to being compatible
+with your existing Selenium tests, Selenium Tools for
+Microsoft Edge gives you the ability to drive the new Microsoft
+Edge (Chromium) browser and unlock all of the latest functionality
\ No newline at end of file
diff --git a/py-msedge-selenium-tools/Makefile b/py-msedge-selenium-tools/Makefile
new file mode 100644
index 0000000000..67e8ba9021
--- /dev/null
+++ b/py-msedge-selenium-tools/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	msedge-selenium-tools-3.141.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	https://files.pythonhosted.org/packages/63/a1/c3ddd9b9ee7be2e7bf6cd49238244618f00d72c65f9d35d70f26c362926a/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/microsoft/edge-selenium-tools
+COMMENT=	Updated EdgeDriver implementation for Selenium 3
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-selenium>=3.141:../../www/py-selenium
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-msedge-selenium-tools/PLIST b/py-msedge-selenium-tools/PLIST
new file mode 100644
index 0000000000..a9c317cf6a
--- /dev/null
+++ b/py-msedge-selenium-tools/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${PYSITELIB}/msedge/__init__.py
+${PYSITELIB}/msedge/__init__.pyc
+${PYSITELIB}/msedge/__init__.pyo
+${PYSITELIB}/msedge/selenium_tools/__init__.py
+${PYSITELIB}/msedge/selenium_tools/__init__.pyc
+${PYSITELIB}/msedge/selenium_tools/__init__.pyo
+${PYSITELIB}/msedge/selenium_tools/options.py
+${PYSITELIB}/msedge/selenium_tools/options.pyc
+${PYSITELIB}/msedge/selenium_tools/options.pyo
+${PYSITELIB}/msedge/selenium_tools/remote_connection.py
+${PYSITELIB}/msedge/selenium_tools/remote_connection.pyc
+${PYSITELIB}/msedge/selenium_tools/remote_connection.pyo
+${PYSITELIB}/msedge/selenium_tools/service.py
+${PYSITELIB}/msedge/selenium_tools/service.pyc
+${PYSITELIB}/msedge/selenium_tools/service.pyo
+${PYSITELIB}/msedge/selenium_tools/webdriver.py
+${PYSITELIB}/msedge/selenium_tools/webdriver.pyc
+${PYSITELIB}/msedge/selenium_tools/webdriver.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-msedge-selenium-tools/distinfo b/py-msedge-selenium-tools/distinfo
new file mode 100644
index 0000000000..6028303850
--- /dev/null
+++ b/py-msedge-selenium-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (msedge-selenium-tools-3.141.2.tar.gz) = 070c4c871b38ba54f88988adeed7652d550bd63c
+RMD160 (msedge-selenium-tools-3.141.2.tar.gz) = 7c640caef676ce45df0a625875c82a629a8b4cf7
+SHA512 (msedge-selenium-tools-3.141.2.tar.gz) = 4c6cc142831d8fb3a93523c82fba9b55228c82cfc361c5c241a27b8cee568cc83b4547ceb4a66232ef6b971062614525ceeddab5f58a1f35e0c684fe37d586db
+Size (msedge-selenium-tools-3.141.2.tar.gz) = 8280 bytes


Home | Main Index | Thread Index | Old Index