~ruther/guix-local

d8cf06e6bbb449f8c889655698032738aeebbdc9 — Nicolas Graves 2 years ago fc9ef6d
gnu: python-multidict: Move to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-multidict):
  [build-system]: Move to pyproject-build-system.
  [arguments] Remove undeed field.

Change-Id: I916b36e6c4ac25dfc32b5813ad67cf4e6c134d36
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
1 files changed, 1 insertions(+), 8 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -8
@@ 10226,14 10226,7 @@ e.g. copy examples, fetch data, etc.")
       (sha256
        (base32
         "1kjrxav572j45xvr1iy60zb2g8zqvrinzdkl4ax36js4vczckl8d"))))
    (build-system python-build-system)
    (arguments
     '(#:phases (modify-phases %standard-phases
                  (replace 'check
                    (lambda* (#:key tests? #:allow-other-keys)
                      (if tests?
                          (invoke "pytest" "-vv")
                          (format #t "test suite not run~%")))))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest python-pytest-cov))
    (home-page "https://github.com/aio-libs/multidict/")