[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70735] [PATCH 075/714] gnu: python-versioneer: Remove python-flake8
From: |
Nicolas Graves |
Subject: |
[bug#70735] [PATCH 075/714] gnu: python-versioneer: Remove python-flake8 native-input. |
Date: |
Sat, 4 May 2024 00:19:17 +0200 |
* gnu/packages/python-xyz.scm (python-versioneer):
[arguments]<#:phases>: Remove flake8 invocation during check phase.
[native-inputs]: Remove python-flake8.
Change-Id: Ied4ee355674413f99f4625b499d9418bdaf3e9e1
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2594345f83..11407c3720 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31962,11 +31962,10 @@ (define-public python-versioneer
(invoke "pyflakes" "setup.py" "versioneer.py" "git_version.py")
(invoke "python" "test/run_pyflakes_src.py")
(invoke "pyflakes" "test")
- (invoke "flake8" "git_version.py" "versioneer.py")
(invoke "pycodestyle" "--max-line-length=88"
"git_version.py" "versioneer.py")))))))
(native-inputs
- (list git-minimal python-flake8 python-pycodestyle python-pyflakes
+ (list git-minimal python-pycodestyle python-pyflakes
python-pypa-build python-setuptools python-wheel))
(propagated-inputs
(list python-tomli))
--
2.41.0
- [bug#70735] [PATCH 079/714] gnu: python-mike: Remove python-flake8 native-input., (continued)
- [bug#70735] [PATCH 079/714] gnu: python-mike: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 089/714] gnu: python-poliastro: Remove python-coverage native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 040/714] gnu: python-validators: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 042/714] gnu: python-marshmallow-jsonapi: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 053/714] gnu: python-funsor: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 050/714] gnu: python-geopy: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 056/714] gnu: python-pyro-api: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 076/714] gnu: python-jinja2-cli: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 065/714] gnu: python-http-ece: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 075/714] gnu: python-versioneer: Remove python-flake8 native-input.,
Nicolas Graves <=
- [bug#70735] [PATCH 070/714] gnu: python-flasgger: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 072/714] gnu: python-update-checker: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 080/714] gnu: python-arpeggio: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 085/714] gnu: qtile: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 082/714] gnu: python-statsmodels: Remove python-flake8 native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 088/714] gnu: python-astropy: Remove python-coverage native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 094/714] gnu: python-pytest-randomly: Remove python-coverage native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 092/714] gnu: python-cooler: Remove python-coverage native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 095/714] gnu: python-pytest-flakes: Remove python-coverage native-input., Nicolas Graves, 2024/05/03
- [bug#70735] [PATCH 100/714] gnu: python-django-haystack: Remove python-coverage native-input., Nicolas Graves, 2024/05/03