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


Message #544 received at 70858 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH v5 28/48] build-system/pyproject: Remove python-pytest-isort
 native-input.
Date: Thu, 27 Feb 2025 15:27:29 +0100
* gnu/packages/dav.scm (radicale)
* gnu/packages/python-check.scm (python-pytest-isort)
* gnu/packages/python-xyz.scm (python-cairosvg)
[native-inputs]: Remove python-pytest-isort.

python-pytest-isort
---
 gnu/packages/dav.scm          | 1 -
 gnu/packages/python-check.scm | 2 +-
 gnu/packages/python-xyz.scm   | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 7688c9a994..ff5d8409b0 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -59,7 +59,6 @@ (define-public radicale
     (native-inputs
      (list python-pytest
            python-pytest-flake8
-           python-pytest-isort
            python-setuptools
            python-waitress
            python-wheel))
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index c5a94582b9..09a56f172e 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1867,7 +1867,7 @@ (define-public python-pytest-pycodestyle
     (propagated-inputs
      (list python-py python-pycodestyle python-pytest))
     (native-inputs
-     (list python-pytest-isort python-setuptools python-wheel))
+     (list python-setuptools python-wheel))
     (home-page "https://github.com/henry0312/pytest-pycodestyle")
     (synopsis "Pytest plugin to run pycodestyle")
     (description "This package provides a plugin to run @code{pycodestyle}
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a6c763eb0..1dec12b664 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31631,7 +31631,6 @@ (define-public python-cairosvg
            python-pillow python-tinycss2))
     (native-inputs
      (list python-pytest-flake8
-           python-pytest-isort
            python-pytest-runner
            python-setuptools
            python-wheel))
-- 
2.48.1





This bug report was last modified 67 days ago.

Previous Next


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