~ruther/guix-local

c9a5155ee1396872ae0de4a0569ad26f6da29b7a — Nicolas Graves 2 years ago 1382f76
gnu: python-sparse: Move to pyproject-build-system.

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

Change-Id: If3f785ede09ef79384b66166ad2f1c2a5f6e7c84
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
@@ 9073,14 9073,7 @@ objects.")
       (sha256
        (base32
         "1600xad37mff46xg80cy6bi3l2n6jm69j7sl19rzdmkcgyijfn2z"))))
    (build-system python-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
         (replace 'check
           (lambda* (#:key tests? #:allow-other-keys)
             (when tests?
               (invoke "python" "-m" "pytest" "-v")))))))
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-numba python-numpy python-scipy))
    (native-inputs