~ruther/guix-local

77e79b0ea9ef65b563d555611950f8d666e2207a — Nicolas Graves 2 months ago bdb405d
gnu: python-flask-multistatic: Switch to pyproject.

* gnu/packages/python-web.scm (python-flask-multistatic):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: Ifed1cf128f989785052404ba4bfeca7af72705cc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +4 -3
@@ 7394,9 7394,10 @@ upload, and reCAPTCHA.")
       (sha256
        (base32
         "0p4v50rwv64wcd0zlq7rzl4waprwr4hj19s3cgf1isywa7jcisgm"))))
    (build-system python-build-system)
    (propagated-inputs
     (list python-flask))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))  ; No tests upstream.
    (native-inputs (list python-setuptools))
    (propagated-inputs (list python-flask))
    (home-page "https://pagure.io/flask-multistatic")
    (synopsis "Flask plugin to allow overriding static files")
    (description "@code{flask-multistatic} is a flask plugin that adds support