summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:30:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 13:30:44 +0000
commit0c6fe1a1e76b2dea8266efcd9495e4b9a1c77fbd (patch)
tree0248d16f4ebd19fb36e64de66131bb6a14bb9335
parentd7448718b6f17faf7c339625d8a5b2e547130018 (diff)
gnu: Remove python-rauth.
* gnu/packages/python-web.scm (python-rauth): Delete variable. Fixes: guix/guix#4576 Change-Id: Ic38764f54e828c2e591f62ad09f1e04450713d9f
-rw-r--r--gnu/packages/python-web.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9144a901b32..f3b725a9a29 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6898,30 +6898,6 @@ used as authentication in IMAP mail servers.")
6898OAuth request-signing logic.") 6898OAuth request-signing logic.")
6899 (license license:bsd-3))) 6899 (license license:bsd-3)))
6900 6900
6901(define-public python-rauth
6902 (package
6903 (name "python-rauth")
6904 (version "0.7.3")
6905 (source
6906 (origin
6907 (method url-fetch)
6908 (uri (pypi-uri "rauth" version))
6909 (sha256
6910 (base32
6911 "02kv8w8l98ky223avyq7vw7x1f2ya9chrm59r77ylq45qb0xnk2j"))))
6912 (build-system python-build-system)
6913 (arguments
6914 `(#:test-target "check"))
6915 (propagated-inputs
6916 (list python-requests))
6917 (home-page "https://github.com/litl/rauth")
6918 (synopsis "Python library for OAuth 1.0/a, 2.0, and Ofly")
6919 (description
6920 "Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also
6921provides service wrappers for convenient connection initialization and
6922authenticated session objects providing things like keep-alive.")
6923 (license license:expat)))
6924
6925(define-public python-urllib3 6901(define-public python-urllib3
6926 (package 6902 (package
6927 (name "python-urllib3") 6903 (name "python-urllib3")