mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-isort: Simplify inputs.
* gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
This commit is contained in:
parent
013ce20502
commit
d7b15a363b
1 changed files with 10 additions and 10 deletions
|
@ -18506,16 +18506,16 @@ (define-public python-isort
|
||||||
"-k" "not test_gitignore" ;requires git
|
"-k" "not test_gitignore" ;requires git
|
||||||
"--ignore=tests/unit/test_deprecated_finders.py")))))))
|
"--ignore=tests/unit/test_deprecated_finders.py")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-black" ,python-black)
|
(list python-black
|
||||||
("python-colorama" ,python-colorama)
|
python-colorama
|
||||||
("python-hypothesmith" ,python-hypothesmith)
|
python-hypothesmith
|
||||||
("python-libcst" ,python-libcst-minimal)
|
python-libcst-minimal
|
||||||
("python-natsort" ,python-natsort)
|
python-natsort
|
||||||
("python-poetry-core" ,python-poetry-core)
|
python-poetry-core
|
||||||
("python-pylama" ,python-pylama)
|
python-pylama
|
||||||
("python-pypa-build" ,python-pypa-build)
|
python-pypa-build
|
||||||
("python-pytest-mock" ,python-pytest-mock)
|
python-pytest-mock
|
||||||
("python-pytest" ,python-pytest)))
|
python-pytest))
|
||||||
(home-page "https://github.com/PyCQA/isort")
|
(home-page "https://github.com/PyCQA/isort")
|
||||||
(synopsis "Python utility/library to sort python imports")
|
(synopsis "Python utility/library to sort python imports")
|
||||||
(description "@code{python-isort} is a python utility/library to sort
|
(description "@code{python-isort} is a python utility/library to sort
|
||||||
|
|
Loading…
Reference in a new issue