gnu: python-jaraco-classes: Update to 3.4.0.

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

Change-Id: I5e07e1a9308139f091da1daad7f216dba36b0040
This commit is contained in:
Sharlatan Hellseher 2025-07-16 16:15:54 +01:00
parent 1f920f7a79
commit e99700a5ce
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13944,28 +13944,22 @@ enforced method signatures and consistent documentation.")
(define-public python-jaraco-classes (define-public python-jaraco-classes
(package (package
(name "python-jaraco-classes") (name "python-jaraco-classes")
(version "3.2.1") (version "3.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jaraco.classes" version)) (uri (pypi-uri "jaraco.classes" version))
(sha256 (sha256
(base32 "0d6g7qvfv1jlzbzh6asprqdblqd59grvlvr3nwbdqdqrmwlbfm7d")))) (base32 "1k9s7wxhsy15730qab8bry7kpgl4yk3wch45ikfw0f823nsj9827"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list ; Do not test the myproject.toml build as it pulls dependencies. (list ; Do not test the myproject.toml build as it pulls dependencies.
#:test-flags '(list "-k" "not project"))) #:test-flags '(list "-k" "not project")))
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-pytest-black python-setuptools))
python-pytest-checkdocs (propagated-inputs
python-pytest-cov (list python-more-itertools))
python-pytest-flake8
python-pytest-mypy
python-setuptools
python-setuptools-scm
python-wheel))
(propagated-inputs (list python-more-itertools))
(home-page "https://github.com/jaraco/jaraco.classes") (home-page "https://github.com/jaraco/jaraco.classes")
(synopsis "Utility functions for Python class constructs") (synopsis "Utility functions for Python class constructs")
(description "This Python library contains utility functions for Python (description "This Python library contains utility functions for Python