GNU bug report logs -
#75087
[PATCH] gnu: Remove searx.
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Wed, 25 Dec 2024 13:43:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75087 in the body.
You can then email your comments to 75087 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75087
; Package
guix-patches
.
(Wed, 25 Dec 2024 13:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 25 Dec 2024 13:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/search.scm (searx): Delete variable.
Github repository has been archived by the owner on Sep 7, 2023. Build
fails due to outdated dependencies.
---
gnu/packages/search.scm | 47 -----------------------------------------
1 file changed, 47 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index bd24d98639..1d7f350afd 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -263,53 +263,6 @@ (define-public tocc
command line tool for interacting with libtocc.")
(license license:gpl3+)))
-(define-public searx
- (package
- (name "searx")
- (version "1.0.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/searx/searx")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ghkx8g8jnh8yd46p4mlbjn2zm12nx27v7qflr4c8xhlgi0px0mh"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f ;what tests do is make online requests to each engine
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- ;; Tests can run after build with 'searx-checker' tool in /bin.
- ;; allow using a higher dependency version
- (substitute* "requirements.txt"
- (("==") ">="))))
- (add-before 'sanity-check 'set-debug
- (lambda _
- ;; the user will need to change the secret key
- ;; https://github.com/searx/searx/issues/2278
- (setenv "SEARX_DEBUG" "1"))))))
- (propagated-inputs
- (list python-babel
- python-certifi
- python-dateutil
- python-flask
- python-flask-babel
- python-idna
- python-jinja2
- python-langdetect
- python-lxml
- python-pygments
- python-pyyaml
- python-requests))
- (home-page "https://searx.github.io/searx/")
- (synopsis "Privacy-respecting metasearch engine")
- (description "Searx is a privacy-respecting, hackable metasearch engine.")
- (license license:agpl3+)))
-
(define-public bool
(package
(name "bool")
base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
prerequisite-patch-id: f9cc903b8048c8c6fde576fbf38ab110263020e3
prerequisite-patch-id: d09c064d38df73405d505b90d222dccfd7be09b9
prerequisite-patch-id: 59e8729704045b73c583d05c511f0405162b7470
prerequisite-patch-id: ad5198992a830a334daeb7c915d9ce6254f126ae
prerequisite-patch-id: c4001a10f748e37e27526d847483a9ec9add73c7
prerequisite-patch-id: bf51f232dedd145fdd6f1452ffc0b19ddccce2e1
prerequisite-patch-id: 504d4223c983d62e4ab2ca905b7c01e9ac92ddb3
prerequisite-patch-id: 51f5c923dadf34995bb02c1151231298dfd7b5e8
prerequisite-patch-id: 682f195dd94b83126ded2089970af89ebdbb9116
--
2.46.0
Reply sent
to
jgart <jgart <at> dismail.de>
:
You have taken responsibility.
(Wed, 25 Dec 2024 15:21:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sergey Trofimov <sarg <at> sarg.org.ru>
:
bug acknowledged by developer.
(Wed, 25 Dec 2024 15:21:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75087-done <at> debbugs.gnu.org (full text, mbox):
Hi Sergey,
Merry Guixmas! Thanks for you contribution.
Applied.
--
all the best,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 23 Jan 2025 12:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.