gnu: python-jaraco-packaging: Update to 9.4.0.

* gnu/packages/python-xyz.scm (python-jaraco-packaging): Update to 9.4.0.
  [arguments] <tests?>: Disable them.
  [propagated-inputs]: Remove python-pytest, python-pytest-checkdocs,
  python-pytest-flake8, python-rst.linker, python-setuptools,
  python-setuptools-scm, and python-six; add python-pypa-build,
  python-virtualenv, python-domdf-python-tools, and
  python-jaraco-context.
  [native-inputs]: Add python-setuptools and python-setuptools-scm.

Change-Id: Ic2b9c97d6c31dfeaed17c6e642bde7744119f3f1
This commit is contained in:
Sharlatan Hellseher 2025-07-16 21:20:39 +01:00
parent fd42f767ec
commit 5db6f444b9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -14176,26 +14176,25 @@ module with a few extra procedures.")
(define-public python-jaraco-packaging (define-public python-jaraco-packaging
(package (package
(name "python-jaraco-packaging") (name "python-jaraco-packaging")
(version "6.1") (version "9.4.0") ;the latest version compatible with python-pypa-build@0.9.0
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jaraco.packaging" version)) (uri (pypi-uri "jaraco.packaging" version))
(sha256 (sha256
(base32 (base32
"0zimrnkh33b9g8ffw11mjh6kvs54cy5gcjw1h5cl1r7dc833dmkm")))) "1djpwmw2gmb6i9by1bc4lh4qlkvifgsqfj5alb9xz7pa80fcm416"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:test-flags (list #:tests? #f)) ;no tests in PyPI archive
'(list "-k" "not project and not test_revived_distribution"))) (native-inputs
(list python-setuptools
python-setuptools-scm))
(propagated-inputs (propagated-inputs
(list python-pytest (list python-pypa-build
python-pytest-checkdocs python-virtualenv
python-pytest-flake8 python-domdf-python-tools
python-rst.linker python-jaraco-context
python-setuptools
python-setuptools-scm
python-six
python-sphinx)) python-sphinx))
(home-page "https://github.com/jaraco/jaraco.packaging") (home-page "https://github.com/jaraco/jaraco.packaging")
(synopsis "Tools to supplement packaging Python releases") (synopsis "Tools to supplement packaging Python releases")