[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/187: gnu: Remove python-flask-basicauth.
From: |
guix-commits |
Subject: |
181/187: gnu: Remove python-flask-basicauth. |
Date: |
Wed, 8 Jan 2025 10:16:09 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 660ff642f72fd9ef27297f16f58027981f453585
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 6 13:44:15 2025 +0100
gnu: Remove python-flask-basicauth.
This project is abandoned and has test failures that indicate that it
doesn't
actually work properly anymore.
* gnu/packages/python-web.scm (python-flask-basicauth): Remove variable.
Change-Id: I828bd5409d71d45c5549e74deba3edecbfac4572
---
gnu/packages/python-web.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 72ccf4898a..84572d54e9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5378,37 +5378,6 @@ Betamax that may possibly end up in the main package.")
"This package contains a Flask module for creating REST APIs.")
(license license:bsd-3)))
-(define-public python-flask-basicauth
- (package
- (name "python-flask-basicauth")
- (version "0.2.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Flask-BasicAuth" version))
- (sha256
- (base32
- "1zq1spkjr4sjdnalpp8wl242kdqyk6fhbnhr8hi4r4f0km4bspnz"))))
- (build-system python-build-system)
- (arguments
- `(#:phases (modify-phases %standard-phases
- (add-after 'unpack 'fix-imports
- (lambda _
- (substitute* '("docs/index.rst"
- "docs/conf.py"
- "flask_basicauth.py"
- "test_basicauth.py")
- (("flask\\.ext\\.basicauth")
- "flask_basicauth"))
- #t)))))
- (propagated-inputs
- (list python-flask))
- (home-page "https://github.com/jpvanhal/flask-basicauth")
- (synopsis "HTTP basic access authentication for Flask")
- (description
- "This package provides HTTP basic access authentication for Flask.")
- (license license:bsd-3)))
-
(define-public python-flask-htpasswd
(package
(name "python-flask-htpasswd")
- 130/187: gnu: python-pathy: Remove old version of dataclasses., (continued)
- 130/187: gnu: python-pathy: Remove old version of dataclasses., guix-commits, 2025/01/08
- 145/187: gnu: python-pillow-simd: Update to 10.0.1.post0., guix-commits, 2025/01/08
- 147/187: gnu: python-imageio: Update to 2.36.1., guix-commits, 2025/01/08
- 152/187: gnu: Add rust-speedate-0.15., guix-commits, 2025/01/08
- 155/187: gnu: Add python-rich-toolkit., guix-commits, 2025/01/08
- 165/187: gnu: python-starsessions: Update input., guix-commits, 2025/01/08
- 167/187: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/08
- 174/187: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/08
- 157/187: gnu: Add python-fastapi-cli., guix-commits, 2025/01/08
- 177/187: gnu: python-legacy-api-wrap: Update to 1.4.1., guix-commits, 2025/01/08
- 181/187: gnu: Remove python-flask-basicauth.,
guix-commits <=
- 178/187: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/08
- 185/187: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/08
- 44/187: gnu: python-joblib: Disable one additional test., guix-commits, 2025/01/08
- 49/187: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/08
- 53/187: gnu: python-pandas-2: Restrict number of test processes., guix-commits, 2025/01/08
- 77/187: gnu: python-isodate: Update to 0.7.2., guix-commits, 2025/01/08
- 124/187: gnu: python-dnspython-1.16: Add missing inputs., guix-commits, 2025/01/08
- 134/187: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/08
- 142/187: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/08
- 158/187: gnu: python-pydantic-settings: Update to 2.7.1., guix-commits, 2025/01/08