gnu: python-types-toml: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-types-toml):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[description]: Run guix style.

Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Nicolas Graves 2025-08-24 18:43:31 +02:00 committed by jgart
parent f58be2b22e
commit 97b829d270
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -38104,12 +38104,13 @@ collection.")
(uri (pypi-uri "types-toml" version))
(sha256
(base32 "10400bd3yv6rjfnq8galskkbpqz1sfx9sfgr5qwvw04270x4cjgr"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/python/typeshed")
(synopsis "Typing stubs for TOML")
(description "This package contains typing stubs for TOML, a very small
subset the Python stubs contained in the complete @code{typeshed}
collection.")
(description
"This package contains typing stubs for TOML, a very small subset the
Python stubs contained in the complete @code{typeshed} collection.")
(license license:asl2.0)))
(define-public python-types-ujson