summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 10:48:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:42 +0100
commit5f27e04c14282f78cc3a6bec8862b86d45efc0fc (patch)
treea74f269c572846fd8363a38247bb1a835b3450e8
parentab99b3551d8e2ff9fdb281a36b40c5fda2cad689 (diff)
gnu: Remove python-flask-htpasswd.
Abandoned since 2022, fails to build, no users in Guix. * gnu/packages/python-web.scm (python-flask-htpasswd): Delete variable. Change-Id: I75c38960d9a6c2ccd77616fe5f8d799e44662289
-rw-r--r--gnu/packages/python-web.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 08229ff667..8d5bfd90a3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6710,31 +6710,6 @@ S3.")
"This package contains a Flask module for creating REST APIs.")
(license license:bsd-3)))
-(define-public python-flask-htpasswd
- (package
- (name "python-flask-htpasswd")
- (version "0.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "flask-htpasswd" version))
- (sha256
- (base32
- "19arq4rn5nll0bbnsff1j10blm0ydp8nvs09c56s29kmlgj3r42x"))))
- (build-system pyproject-build-system)
- (arguments (list #:tests? #false)) ;none included
- (propagated-inputs
- (list python-flask python-passlib python-pyjwt python-tox))
- (native-inputs (list python-pytest
- python-setuptools
- python-wheel))
- (home-page "https://github.com/carsongee/flask-htpasswd")
- (synopsis "Basic authentication via htpasswd files in Flask applications")
- (description "This package provides Basic authentication via
-@file{htpasswd} files and access_token authentication in Flask
-applications.")
- (license license:bsd-3)))
-
(define-public python-flask-sqlalchemy
(package
(name "python-flask-sqlalchemy")