guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/45: gnu: python-isort: Simplify inputs.


From: guix-commits
Subject: 24/45: gnu: python-isort: Simplify inputs.
Date: Wed, 12 Jan 2022 17:58:42 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d7b15a363b807309b5332a94fdea196318c79773
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 18:04:39 2022 +0100

    gnu: python-isort: Simplify inputs.
    
    * gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bda5692a50..e212ae1557 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18506,16 +18506,16 @@ multitouch applications.")
                        "-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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]