mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f58be2b22e
commit
97b829d270
1 changed files with 5 additions and 4 deletions
|
@ -38104,12 +38104,13 @@ collection.")
|
||||||
(uri (pypi-uri "types-toml" version))
|
(uri (pypi-uri "types-toml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10400bd3yv6rjfnq8galskkbpqz1sfx9sfgr5qwvw04270x4cjgr"))))
|
(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")
|
(home-page "https://github.com/python/typeshed")
|
||||||
(synopsis "Typing stubs for TOML")
|
(synopsis "Typing stubs for TOML")
|
||||||
(description "This package contains typing stubs for TOML, a very small
|
(description
|
||||||
subset the Python stubs contained in the complete @code{typeshed}
|
"This package contains typing stubs for TOML, a very small subset the
|
||||||
collection.")
|
Python stubs contained in the complete @code{typeshed} collection.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-types-ujson
|
(define-public python-types-ujson
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue