gnu: python-shtab: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-shtab): [build-system]: Move to pyproject-build-system. [arguments]: Remove uneeded field. Change-Id: I3c6cffb85d7335956adc3aa5a17fdf249dac6740 Signed-off-by: jgart <jgart@dismail.de>master
parent
2195f70936
commit
b554dc2bdf
|
@ -35363,7 +35363,7 @@ adapted from the @code{packaging} package.")
|
||||||
(uri (pypi-uri "shtab" version))
|
(uri (pypi-uri "shtab" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "127mymfm7r0hddk2vknqq34fj6dirj6ip990i3g4isx0lsd7pnsc"))))
|
(base32 "127mymfm7r0hddk2vknqq34fj6dirj6ip990i3g4isx0lsd7pnsc"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bash
|
(list bash
|
||||||
python-pytest
|
python-pytest
|
||||||
|
@ -35371,15 +35371,6 @@ adapted from the @code{packaging} package.")
|
||||||
python-pytest-timeout
|
python-pytest-timeout
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace
|
|
||||||
'check
|
|
||||||
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(add-installed-pythonpath inputs outputs)
|
|
||||||
(invoke "pytest")))))))
|
|
||||||
(home-page "https://github.com/iterative/shtab")
|
(home-page "https://github.com/iterative/shtab")
|
||||||
(synopsis "Automagic shell tab completion for Python CLI applications")
|
(synopsis "Automagic shell tab completion for Python CLI applications")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue