~ruther/guix-local

bec863a902e2f5026d916a79a2beeddadce2ffe1 — Nicolas Graves 7 months ago 0d1cef6
gnu: python-pyment: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pyment):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I5630d72a5ec43a60aef267222c4083004723a95f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 8959,8 8959,8 @@ leaf preserving the overall structure.")
         (file-name (git-file-name name version))
         (sha256
          (base32 "0gbx9wmqsxdx85v5sg79lv2zxmy16j5dwi8bip07i1nyvzc5gvn0"))))
    (build-system python-build-system)
    (native-inputs (list python-pytest))
    (build-system pyproject-build-system)
    (native-inputs (list python-pytest python-setuptools))
    (home-page "https://github.com/dadadel/pyment/")
    (synopsis "Convert Python docstrings automatically")
    (description "Pyment is a command line tool and library that can be