mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-httpauth: Update to 4.8.0.
* gnu/packages/python-web.scm (python-flask-httpauth): Update to 4.8.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-flask. [native-inputs]: Add nss-certs-for-test, python-pytest, python-setuptools, and python-wheel; remove python-flask. Change-Id: Iae3416cdbc79c2972e2fab6ea2b32fbc02c53499
This commit is contained in:
parent
08be089012
commit
b6b7b02467
1 changed files with 8 additions and 4 deletions
|
@ -5822,17 +5822,21 @@ thread-local variable.")
|
||||||
(define-public python-flask-httpauth
|
(define-public python-flask-httpauth
|
||||||
(package
|
(package
|
||||||
(name "python-flask-httpauth")
|
(name "python-flask-httpauth")
|
||||||
(version "3.2.3")
|
(version "4.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-HTTPAuth" version))
|
(uri (pypi-uri "Flask-HTTPAuth" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13gff5w1mqpzm5nccyg02v3ifb9ifqh5k866cssjhghhg6msfjsz"))))
|
"0yh9fn6pak64has89pcy03f1cn198vkil872y5jjr53kph2qlmk6"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-flask))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flask))
|
(list nss-certs-for-test
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/miguelgrinberg/flask-httpauth/")
|
(home-page "https://github.com/miguelgrinberg/flask-httpauth/")
|
||||||
(synopsis "Basic and Digest HTTP authentication for Flask routes")
|
(synopsis "Basic and Digest HTTP authentication for Flask routes")
|
||||||
(description "@code{flask_httpauth} provides Basic and Digest HTTP
|
(description "@code{flask_httpauth} provides Basic and Digest HTTP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue