mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add whoogle-search.
* gnu/packages/python-web.scm (whoogle-search): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
42898ae8ca
commit
68113dc249
1 changed files with 59 additions and 0 deletions
|
@ -4743,6 +4743,65 @@ Google search engine. Its module is called @code{googlesearch}.")
|
||||||
(description "Python client library for Google's discovery based APIs")
|
(description "Python client library for Google's discovery based APIs")
|
||||||
(license license:asl2.0)))
|
(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
|
||||||
|
;; The tests need network access
|
||||||
|
#:tests? #f))
|
||||||
|
(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
|
(define-public python-hawkauthlib
|
||||||
(package
|
(package
|
||||||
(name "python-hawkauthlib")
|
(name "python-hawkauthlib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue