mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-toml: Switch to pyproject.
* gnu/packages/python-build.scm (python-toml): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: If5836a9c2229c7c6f681e211c8346cdc5c37f505
This commit is contained in:
parent
ccde48970a
commit
1e1cc9620a
1 changed files with 3 additions and 1 deletions
|
@ -103,9 +103,11 @@ stripped of Pytest specific details.")
|
||||||
(uri (pypi-uri "toml" version))
|
(uri (pypi-uri "toml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13z6rff86bzdpl094x0vmfvls779931xj90dlbs9kpfm138s3gdk"))))
|
(base32 "13z6rff86bzdpl094x0vmfvls779931xj90dlbs9kpfm138s3gdk"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests suite in release
|
`(#:tests? #f)) ;no tests suite in release
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))
|
||||||
(home-page "https://github.com/uiri/toml")
|
(home-page "https://github.com/uiri/toml")
|
||||||
(synopsis "Library for TOML")
|
(synopsis "Library for TOML")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue