guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0c6fe1a1e76b2dea8266efcd9495e4b9a1c77fbd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 30 13:30:36 2025 +0000
gnu: Remove python-rauth.
* gnu/packages/python-web.scm (python-rauth): Delete variable.
Fixes: guix/guix#4576
Change-Id: Ic38764f54e828c2e591f62ad09f1e04450713d9f
---
gnu/packages/python-web.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9144a901b3..f3b725a9a2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6898,30 +6898,6 @@ used as authentication in IMAP mail servers.")
OAuth request-signing logic.")
(license license:bsd-3)))
-(define-public python-rauth
- (package
- (name "python-rauth")
- (version "0.7.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "rauth" version))
- (sha256
- (base32
- "02kv8w8l98ky223avyq7vw7x1f2ya9chrm59r77ylq45qb0xnk2j"))))
- (build-system python-build-system)
- (arguments
- `(#:test-target "check"))
- (propagated-inputs
- (list python-requests))
- (home-page "https://github.com/litl/rauth")
- (synopsis "Python library for OAuth 1.0/a, 2.0, and Ofly")
- (description
- "Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also
-provides service wrappers for convenient connection initialization and
-authenticated session objects providing things like keep-alive.")
- (license license:expat)))
-
(define-public python-urllib3
(package
(name "python-urllib3")