unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41206] [PATCH] gnu: Add python-selenium
@ 2020-05-12 11:29 Edouard Klein
  2020-05-15 10:25 ` bug#41206: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Edouard Klein @ 2020-05-12 11:29 UTC (permalink / raw)
  To: 41206

---
 gnu/packages/python-web.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9be92053b1..32a4d2b756 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3746,3 +3746,26 @@ in Python with a focus on correctness and simplicity.
 Built on top of @code{asyncio}, Python's standard asynchronous I/O framework,
 it provides an elegant coroutine-based API.")
     (license license:bsd-3)))
+
+(define-public python-selenium
+  (package
+    (name "python-selenium")
+    (version "3.141.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "selenium" version))
+       (sha256
+        (base32
+         "039hf9knvl4s3hp21bzwsp1g5ri9gxsh504dp48lc6nr1av35byy"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-urllib3" ,python-urllib3)))
+    (home-page
+     "https://github.com/SeleniumHQ/selenium/")
+    (synopsis "Python bindings for Selenium")
+    (description "Selenium enables web browser automation.
+Selenium specifically provides infrastructure for the W3C WebDriver specification
+— a platform and language-neutral coding interface compatible with all
+major web browsers.")
+    (license license:asl2.0)))
-- 
2.26.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41206: [PATCH] gnu: Add python-selenium
  2020-05-12 11:29 [bug#41206] [PATCH] gnu: Add python-selenium Edouard Klein
@ 2020-05-15 10:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-05-15 10:25 UTC (permalink / raw)
  To: Edouard Klein; +Cc: 41206-done

Hi,

Edouard Klein <edk@beaver-labs.com> skribis:

> ---
>  gnu/packages/python-web.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)

[...]

> +    (synopsis "Python bindings for Selenium")
> +    (description "Selenium enables web browser automation.
> +Selenium specifically provides infrastructure for the W3C WebDriver specification
> +— a platform and language-neutral coding interface compatible with all
> +major web browsers.")

I added a commit log that follows our convention and committed.

Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-15 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 11:29 [bug#41206] [PATCH] gnu: Add python-selenium Edouard Klein
2020-05-15 10:25 ` bug#41206: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).