gnu: python-yapf: Update to 0.43.0.

* gnu/packages/python-xyz.scm (python-yapf): Update to 0.43.0.
[native-inputs]: Remove python-importlib-metadata.

Change-Id: I0d168d157d9daae664c19282d4a5b60a27dd9dc3
This commit is contained in:
Maxim Cournoyer 2024-12-17 23:22:25 +09:00
parent 011d2a4416
commit fc40c8b47a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -27354,17 +27354,17 @@ such as lines length, trailing spaces, indentation, etc.")
(define-public python-yapf (define-public python-yapf
(package (package
(name "python-yapf") (name "python-yapf")
(version "0.32.0") (version "0.43.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "yapf" version)) (uri (pypi-uri "yapf" version))
(sha256 (sha256
(base32 (base32
"06vxqski7qss2h2iy4fd04czym0cwjrzkaab9h03wzpg6xfhixd3")))) "13i1sn0jfm7snfdzbyrawxl457bdmgsxkmg0n8h99zzdpwjamlq0"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-importlib-metadata python-platformdirs python-tomli)) (list python-platformdirs python-tomli))
(native-inputs (native-inputs
(list python-pytest python-setuptools python-wheel)) (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/google/yapf") (home-page "https://github.com/google/yapf")