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>
This commit is contained in:
Nicolas Graves 2024-05-10 00:53:51 +02:00 committed by Sharlatan Hellseher
parent dd5c8085dd
commit 8510f16003
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12312,7 +12312,10 @@ module with a few extra procedures.")
(sha256 (sha256
(base32 (base32
"0zimrnkh33b9g8ffw11mjh6kvs54cy5gcjw1h5cl1r7dc833dmkm")))) "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 (propagated-inputs
(list python-pytest (list python-pytest
python-pytest-checkdocs python-pytest-checkdocs