GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v5 42/48] build-system/pyproject: Remove python-pre-commit native-input.
Date: Thu, 27 Feb 2025 15:27:43 +0100
---
 gnu/packages/python-check.scm | 3 +--
 gnu/packages/python-xyz.scm   | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index bbf3e47655..b37f925b69 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2291,8 +2291,7 @@ (define-public python-pytest-qt
     (propagated-inputs
      (list python-pluggy python-pyqt python-pytest))
     (native-inputs
-     (list python-pre-commit
-           python-setuptools
+     (list python-setuptools
            python-setuptools-scm
            python-wheel))
     (home-page "https://github.com/pytest-dev/pytest-qt")
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5a3f523899..a9f04d2886 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11436,7 +11436,6 @@ (define-public python-pillow-heif
                          python-defusedxml
                          python-numpy
                          python-packaging
-                         python-pre-commit
                          python-pympler
                          python-setuptools
                          python-pytest
@@ -13510,7 +13509,6 @@ (define-public python-jupyter-core
     (propagated-inputs (list python-platformdirs python-traitlets))
     (native-inputs (list python-hatchling
                          python-pip
-                         python-pre-commit
                          python-pytest
                          python-pytest-timeout))
     ;; This package provides the `jupyter` binary and thus also exports the
-- 
2.48.1





This bug report was last modified 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.