gnu: python-pytest-flask: Update to 1.3.0.

* gnu/packages/python-check.scm (python-pytest-flask): Update to 1.3.0.
[build-system]: Swap to pyproject-build-system.
[propagated-inputs]: Add python-flask.
[native-inputs]: Remove python-flask and python-werkzeug; add
python-setuptools and python-wheel.

Change-Id: I73beecdcb9b954cc406fbfb7cac3cb4614c299ae
This commit is contained in:
Sharlatan Hellseher 2024-11-22 12:54:37 +00:00
parent 52ad47b9cb
commit c5a45b3a8f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1815,18 +1815,21 @@ also ensuring that the notebooks are running without errors.")
(define-public python-pytest-flask (define-public python-pytest-flask
(package (package
(name "python-pytest-flask") (name "python-pytest-flask")
(version "1.0.0") (version "1.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-flask" version)) (uri (pypi-uri "pytest-flask" version))
(sha256 (sha256
(base32 (base32 "0pm93xli1pvq9w053grndi84hxq087mr2xhagvac98qvnabirgjq"))))
"1hln7mwgdzfi5ma0kqfsi768l7p24jhkw8l0imhifwy08nh7hmjd")))) (build-system pyproject-build-system)
(build-system python-build-system)
(native-inputs (native-inputs
(list python-flask python-pytest python-setuptools-scm (list python-pytest
python-werkzeug)) python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs
(list python-flask))
(home-page "https://github.com/pytest-dev/pytest-flask") (home-page "https://github.com/pytest-dev/pytest-flask")
(synopsis "Pytest fixtures to test Flask applications") (synopsis "Pytest fixtures to test Flask applications")
(description (description