~ruther/guix-local

8510f16003cd9f5094551d450f6b45c44874a9dc — Nicolas Graves 2 years ago dd5c808
gnu: python-jaraco-packaging: Move to pyproject-build-system.

* gnu/packages/python-xyz.scm (python-jaraco-packaging):
  [build-system]: Move to pyproject-build-system.
  [arguments]<#:test-flags>: Ignore failing tests.

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

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -1
@@ 12312,7 12312,10 @@ module with a few extra procedures.")
        (sha256
          (base32
            "0zimrnkh33b9g8ffw11mjh6kvs54cy5gcjw1h5cl1r7dc833dmkm"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list #:test-flags
           '(list "-k" "not project and not test_revived_distribution")))
    (propagated-inputs
     (list python-pytest
           python-pytest-checkdocs