mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-htpasswd: Update to 0.5.0.
* gnu/packages/python-web.scm (python-flask-htpasswd): Update to 0.5.0. [build-system]: Use pyproject-build-system. [arguments]: Disable tests. Change-Id: I24ec759fcfbfef3b64f5ca730ed43bf48690288b
This commit is contained in:
parent
d731ec0983
commit
5f1895ea06
1 changed files with 8 additions and 4 deletions
|
@ -5412,17 +5412,21 @@ Betamax that may possibly end up in the main package.")
|
||||||
(define-public python-flask-htpasswd
|
(define-public python-flask-htpasswd
|
||||||
(package
|
(package
|
||||||
(name "python-flask-htpasswd")
|
(name "python-flask-htpasswd")
|
||||||
(version "0.3.1")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "flask-htpasswd" version))
|
(uri (pypi-uri "flask-htpasswd" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14q1y1y9i9bhabdnwd25jqzc4ljli23smxfyyh8abxz1vq93pxra"))))
|
"19arq4rn5nll0bbnsff1j10blm0ydp8nvs09c56s29kmlgj3r42x"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #false)) ;none included
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-flask python-itsdangerous python-passlib python-tox))
|
(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")
|
(home-page "https://github.com/carsongee/flask-htpasswd")
|
||||||
(synopsis "Basic authentication via htpasswd files in Flask applications")
|
(synopsis "Basic authentication via htpasswd files in Flask applications")
|
||||||
(description "This package provides Basic authentication via
|
(description "This package provides Basic authentication via
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue