~ruther/guix-local

096e68b53d0ed55ff342aac6c0f95a3e13bdd01f — Nicolas Graves 2 years ago af8b0d4
gnu: python-parse-type: Move to pyproject-build-system.

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

Change-Id: Iccb3303996480bef3c151559884d1a8c488385cd
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
@@ 5041,14 5041,7 @@ matplotlib plots or supply colors for a web application.")
       (sha256
        (base32
         "07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
    (build-system python-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         (replace 'check
           (lambda* (#:key tests? #:allow-other-keys)
             (when tests?
               (invoke "pytest" "-vv" "-c" "/dev/null")))))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-six python-parse))
    (native-inputs (list python-pytest))
    (home-page "https://github.com/jenisys/parse_type")