GNU bug report logs - #59526
[PATCH] gnu: Add whoogle-search.

Previous Next

Package: guix-patches;

Reported by: conses <contact <at> conses.eu>

Date: Wed, 23 Nov 2022 23:02:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59526: closed ([PATCH] gnu: Add whoogle-search.)
Date: Thu, 24 Nov 2022 09:53:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 24 Nov 2022 09:52:30 +0000
with message-id <87o7swznkd.fsf <at> cbaines.net>
and subject line Re: [bug#59526] [PATCH] gnu: Add whoogle-search.
has caused the debbugs.gnu.org bug report #59526,
regarding [PATCH] gnu: Add whoogle-search.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59526: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59526
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: conses <contact <at> conses.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add whoogle-search.
Date: Thu, 24 Nov 2022 00:00:58 +0100
* gnu/packages/python-web.scm (whoogle-search): New variable.
---
 gnu/packages/python-web.scm | 56 +++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 905d79886f..0178c21ee8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4743,6 +4743,62 @@ (define-public python-google-api-client
     (description "Python client library for Google's discovery based APIs")
     (license license:asl2.0)))
 
+(define-public whoogle-search
+  (package
+    (name "whoogle-search")
+    (version "0.8.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "whoogle-search" version))
+              (sha256
+               (base32
+                "0h8cl9bkd3vx17kbvcnmc8cy6pc29lxr0drxm84kj37ka788cj2g"))))
+    (build-system python-build-system)
+    (arguments
+     (list #:tests? #f)) ;needs network
+    (propagated-inputs (list python-attrs
+                             python-beautifulsoup4
+                             python-cachelib
+                             python-certifi
+                             python-cffi
+                             python-brotli
+                             python-chardet
+                             python-click
+                             python-cryptography
+                             python-cssutils
+                             python-defusedxml
+                             python-flask
+                             python-flask-session
+                             python-idna
+                             python-itsdangerous
+                             python-jinja2
+                             python-markupsafe
+                             python-more-itertools
+                             python-packaging
+                             python-pluggy
+                             python-py
+                             python-pycodestyle
+                             python-pycparser
+                             python-pyopenssl
+                             python-pyparsing
+                             python-pysocks
+                             python-dateutil
+                             python-requests
+                             python-soupsieve
+                             python-stem
+                             python-urllib3
+                             python-waitress
+                             python-wcwidth
+                             python-werkzeug
+                             python-dotenv))
+    (home-page "https://github.com/benbusby/whoogle-search")
+    (synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine")
+    (description
+     "Get Google results, but without any ads, javascript, AMP links,
+cookies, or IP address tracking.  Quick and simple to implement as a primary search
+engine replacement on both desktop and mobile.")
+    (license license:expat)))
+
 (define-public python-hawkauthlib
   (package
     (name "python-hawkauthlib")
-- 
2.38.1



-- 
Best regards,
conses


[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: conses <contact <at> conses.eu>
Cc: 59526-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59526] [PATCH] gnu: Add whoogle-search.
Date: Thu, 24 Nov 2022 09:52:30 +0000
[Message part 4 (text/plain, inline)]
conses <contact <at> conses.eu> writes:

> * gnu/packages/python-web.scm (whoogle-search): New variable.
> ---
>  gnu/packages/python-web.scm | 56 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 56 insertions(+)

Thanks! I've pushed this to master as
68113dc2498e507879eeecc583a66a5bc046c91b.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.