~ruther/guix-local

97b829d270781dc52818ae2c36b19d62fdf99f73 — Nicolas Graves 7 months ago f58be2b
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>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -4
@@ 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