guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: python-jupytext: Replace python-pre-commit with pre-commit.


From: guix-commits
Subject: 02/16: gnu: python-jupytext: Replace python-pre-commit with pre-commit.
Date: Sun, 12 Mar 2023 07:14:25 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 64d69c3f797bcf8911ce3d95c4adf288c4ef0e26
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sat Mar 11 13:39:31 2023 +0000

    gnu: python-jupytext: Replace python-pre-commit with pre-commit.
    
    * gnu/packages/python-xyz.scm (python-jupytext)[native-inputs]: Remove
    python-pre-commit.
    [native-inputs]: Add pre-commit.
    
    Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6b9b5cdba..7ab6c38c80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -352,6 +352,7 @@ design}.")
                                                       " and not "))))))))))
     (native-inputs
      (list git-minimal
+           pre-commit
            python-autopep8
            python-black
            python-flake8
@@ -359,7 +360,6 @@ design}.")
            python-isort
            python-ipython-genutils
            python-jupyter-server
-           python-pre-commit
            python-pytest
            python-pyaml))
     (propagated-inputs



reply via email to

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