gnu: python-isort: Simplify inputs.

* gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-01-12 18:04:39 +01:00
parent 013ce20502
commit d7b15a363b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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