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:
Sharlatan Hellseher 2025-07-11 21:57:36 +01:00
parent 7b05b4a2c1
commit b25a7cb3bb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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