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
|
||||
"--ignore=tests/unit/test_deprecated_finders.py")))))))
|
||||
(native-inputs
|
||||
`(("python-black" ,python-black)
|
||||
("python-colorama" ,python-colorama)
|
||||
("python-hypothesmith" ,python-hypothesmith)
|
||||
("python-libcst" ,python-libcst-minimal)
|
||||
("python-natsort" ,python-natsort)
|
||||
("python-poetry-core" ,python-poetry-core)
|
||||
("python-pylama" ,python-pylama)
|
||||
("python-pypa-build" ,python-pypa-build)
|
||||
("python-pytest-mock" ,python-pytest-mock)
|
||||
("python-pytest" ,python-pytest)))
|
||||
(list python-black
|
||||
python-colorama
|
||||
python-hypothesmith
|
||||
python-libcst-minimal
|
||||
python-natsort
|
||||
python-poetry-core
|
||||
python-pylama
|
||||
python-pypa-build
|
||||
python-pytest-mock
|
||||
python-pytest))
|
||||
(home-page "https://github.com/PyCQA/isort")
|
||||
(synopsis "Python utility/library to sort python imports")
|
||||
(description "@code{python-isort} is a python utility/library to sort
|
||||
|
|
Loading…
Reference in a new issue