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>, sharlatanus <at> gmail.com
Subject: [bug#70858] [PATCH v3 12/28] build-system/pyproject: Remove python-pycodestyle native-input.
Date: Fri, 31 Jan 2025 03:03:12 +0100
* gnu/packages/python-science.scm (python-scipy):
[native-inputs]: Remove python-pycodestyle.

* gnu/packages/python-xyz.scm (python-jsonargparse, python-lsp-server,
python-orderedmultidict, python-stem) [native-inputs]: Remove
python-pycodestyle.
---
 gnu/packages/python-science.scm | 1 -
 gnu/packages/python-xyz.scm     | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index bcd0f9e550..190ccd7f1d 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -416,7 +416,6 @@ (define-public python-scipy
            python-doit
            python-hypothesis
            python-pooch
-           python-pycodestyle
            python-pydevtool
            python-pytest
            python-pytest-cov
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eaca74f0d8..a71eeeb645 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5062,7 +5062,6 @@ (define-public python-jsonargparse
            python-typeshed-client))
     (native-inputs
      (list python-attrs
-           python-pycodestyle
            python-pydantic
            python-pytest
            python-pytest-subtests
@@ -8892,7 +8891,6 @@ (define-public python-lsp-server
            python-jedi
            python-lsp-jsonrpc
            python-pluggy
-           python-pycodestyle
            python-pydocstyle
            python-ujson
            python-whatthepatch
@@ -10767,7 +10765,7 @@ (define-public python-orderedmultidict
     (propagated-inputs
      (list python-six))
     (native-inputs
-     (list python-flake8 python-pycodestyle python-setuptools python-wheel))
+     (list python-flake8 python-setuptools python-wheel))
     (home-page "https://github.com/gruns/orderedmultidict")
     (synopsis "Python Ordered Multivalue Dictionary - omdict")
     (description "This package contains a library for ordered multivalue
@@ -23697,7 +23695,7 @@ (define-public python-stem
              (invoke "./run_tests.py" "--unit")
              #t)))))
     (native-inputs
-     (list python-mock python-pycodestyle python-pyflakes))
+     (list python-mock python-pyflakes))
     (home-page "https://stem.torproject.org/")
     (synopsis
      "Python controller library that allows applications to interact with Tor")
-- 
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.