emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41227: closed ([PATCH] gnu: Add python-random-user-agent.)


From: GNU bug Tracking System
Subject: bug#41227: closed ([PATCH] gnu: Add python-random-user-agent.)
Date: Wed, 20 May 2020 21:36:02 +0000

Your message dated Wed, 20 May 2020 23:35:46 +0200
with message-id <address@hidden>
and subject line Re: [bug#41227] [PATCH] gnu: Add python-random-user-agent.
has caused the debbugs.gnu.org bug report #41227,
regarding [PATCH] gnu: Add python-random-user-agent.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41227: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41227
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-random-user-agent. Date: Wed, 13 May 2020 09:52:45 +0200 User-agent: mu4e 1.4.4; emacs 26.3
* gnu/packages/python-web.scm (python-random-user-agent): New variable.
---
 gnu/packages/python-web.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 32a4d2b756..c6d8c3744b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3769,3 +3769,24 @@ Selenium specifically provides infrastructure for the 
W3C WebDriver specificatio
 — a platform and language-neutral coding interface compatible with all
 major web browsers.")
     (license license:asl2.0)))
+
+(define-public python-random-user-agent
+  (package
+    (name "python-random-user-agent")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "random_user_agent" version))
+       (sha256
+        (base32
+         "04nhzdh2ki7ybhjrmghxci6hcm6i03vvin2q2ynj87fbr1pa534g"))))
+    (build-system python-build-system)
+    (home-page
+     "https://github.com/Luqman-Ud-Din/random_user_agent";)
+    (synopsis
+     "Random user agents based on filters provided by the user")
+    (description
+     "Provides list of user agents, from a collection of more than
+ 326,000 user agents, based on filters.")
+    (license license:expat)))
-- 
2.26.2



--- End Message ---
--- Begin Message --- Subject: Re: [bug#41227] [PATCH] gnu: Add python-random-user-agent. Date: Wed, 20 May 2020 23:35:46 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Edouard Klein <address@hidden> writes:

> * gnu/packages/python-web.scm (python-random-user-agent): New variable.

Thanks!

A few cosmetic comments:

> +    (home-page
> +     "https://github.com/Luqman-Ud-Din/random_user_agent";)

This line break is unnecessary.

> +    (synopsis
> +     "Random user agents based on filters provided by the user")

I shortened this to "List of user agents".

> +    (description
> +     "Provides list of user agents, from a collection of more than
> + 326,000 user agents, based on filters.")

And expanded on this a bit, to turn it into a full sentence and provide
a little more context.

Applied!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]