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
7b05b4a2c1
commit
b25a7cb3bb
1 changed files with 3 additions and 1 deletions
|
@ -103,9 +103,11 @@ stripped of Pytest specific details.")
|
|||
(uri (pypi-uri "toml" version))
|
||||
(sha256
|
||||
(base32 "13z6rff86bzdpl094x0vmfvls779931xj90dlbs9kpfm138s3gdk"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no tests suite in release
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://github.com/uiri/toml")
|
||||
(synopsis "Library for TOML")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue