~ruther/guix-local

b25a7cb3bb544e3735630ba81e85c39974f8a2d7 — Sharlatan Hellseher 8 months ago 7b05b4a
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
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-build.scm
M gnu/packages/python-build.scm => gnu/packages/python-build.scm +3 -1
@@ 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