gnu: python-jaraco-functools: Update to 4.2.1.

* gnu/packages/python-xyz.scm (python-jaraco-functools): Update to 4.2.1.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-flake8, and python-pytest-mypy.

Change-Id: I4d907eef57b42fefa29872497e5bbed35341a3e6
This commit is contained in:
Sharlatan Hellseher 2025-07-16 16:37:58 +01:00
parent e99700a5ce
commit 21d53f6309
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -14063,13 +14063,13 @@ procedures.")
(define-public python-jaraco-functools
(package
(name "python-jaraco-functools")
(version "3.5.0")
(version "4.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jaraco.functools" version))
(uri (pypi-uri "jaraco_functools" version))
(sha256
(base32 "186xqzs3bqhjwajnprxy3sc3h0w5vdld8spc1dxjnn9720yykq1i"))))
(base32 "0lvk12qbl5zd1ikr6xzflj1jcs3vwgmwgy2k63x5dkmbrjzllqxy"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? (not (%current-target-system))
@ -14081,11 +14081,6 @@ procedures.")
(native-inputs
(list python-jaraco-classes
python-pytest
python-pytest-black
python-pytest-checkdocs
python-pytest-cov
python-pytest-flake8
python-pytest-mypy
python-setuptools
python-setuptools-scm
python-wheel))