GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (python-screed)
* gnu/packages/python-science.scm (python-scipy)
* gnu/packages/python-xyz.scm (python-lsp-jsonrpc, python-diff-cover,
python-fuzzywuzzy, python-jsonargparse, python-lsp-server,
python-orderedmultidict, python-stem)
[native-inputs]: Remove python-pycodestyle.
---
gnu/packages/bioinformatics.scm | 1 -
gnu/packages/python-science.scm | 1 -
gnu/packages/python-xyz.scm | 14 +++++---------
3 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9183a4e382..38e623f3a6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11513,7 +11513,6 @@ (define-public python-screed
(build-system pyproject-build-system)
(native-inputs
(list python-importlib-resources
- python-pycodestyle
python-pytest
python-pytest-cov
python-setuptools
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 0dc0edcb0e..a647053d8f 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -462,7 +462,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 d88eb9a11d..aa3397f262 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5203,7 +5203,6 @@ (define-public python-jsonargparse
python-typeshed-client))
(native-inputs
(list python-attrs
- python-pycodestyle
python-pydantic
python-pytest
python-pytest-subtests
@@ -8665,8 +8664,7 @@ (define-public python-lsp-jsonrpc
"04n95h0cqnsrdyh1gv0abh2i5ynyrq2wfqpppx9djp7mxr9y9226"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pycodestyle
- python-pyflakes
+ (list python-pyflakes
python-pytest
python-pytest-cov
python-setuptools
@@ -9030,7 +9028,6 @@ (define-public python-lsp-server
python-jedi
python-lsp-jsonrpc
python-pluggy
- python-pycodestyle
python-pydocstyle
python-ujson
python-whatthepatch
@@ -10989,7 +10986,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
@@ -23895,7 +23892,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")
@@ -26207,8 +26204,7 @@ (define-public python-diff-cover
;; Dropp check of flake8 in tests.
#~(list "-k" "not test_file_does_not_exist")))
(native-inputs
- (list python-pycodestyle
- python-poetry-core
+ (list python-poetry-core
python-pyflakes
python-pylint
python-pytest
@@ -32778,7 +32774,7 @@ (define-public python-fuzzywuzzy
"1s00zn75y2dkxgnbw8kl8dw4p1mc77cv78fwfa4yb0274s96w0a5"))))
(build-system python-build-system)
(native-inputs
- (list python-hypothesis python-pycodestyle python-pytest))
+ (list python-hypothesis python-pytest))
(propagated-inputs
(list python-levenshtein))
(home-page "https://github.com/seatgeek/fuzzywuzzy")
--
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.