guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a5d3806bcfb560a139b07ae3398b6f37ec84b291
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 7 14:27:54 2026 +0100
gnu: Remove python-librecaptcha.
* gnu/packages/messaging.scm (python-librecaptcha): Delete variable.
Fixes: guix/guix#5385
Change-Id: If7dfd2ca2fe47670911d7551a7c68db22b601215
---
gnu/packages/messaging.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 249f036682..21bd718119 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3334,36 +3334,6 @@ more)! It connects via the Slack API, and maintains a
persistent websocket
for notification of events.")
(license license:expat)))
-(define-public python-librecaptcha
- (package
- (name "python-librecaptcha")
- (version "0.7.3")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/taylordotfish/librecaptcha")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0r35ws6vdf31j01kpacvpjplddm254r0cgy0npmhgnfxd5kpjf3s"))))
- (build-system pyproject-build-system)
- ;; XXX: There is a test server for tests in real conditions, but there
- ;; doesn't seem to be a way to test that in CI.
- (arguments (list #:tests? #f))
- (native-inputs (list python-setuptools))
- (propagated-inputs
- (list gobject-introspection
- gtk+
- python-esprima
- python-pygobject
- python-requests
- python-pillow))
- (synopsis "Show CAPTCHA without running proprietary code")
- (description "This package shows CAPTCHA without running proprietary
code.")
- (home-page "https://github.com/taylordotfish/librecaptcha")
- (license license:gpl3+)))
-
(define-public python-pypresence
(package
(name "python-pypresence")