mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
0d1cef67a9
commit
bec863a902
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user