[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Remove python-flake8-3.8.
From: |
guix-commits |
Subject: |
03/08: gnu: Remove python-flake8-3.8. |
Date: |
Fri, 8 Sep 2023 05:33:19 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7646ea8270b12dd8630b5c7128241855b871f9b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 8 09:59:57 2023 +0300
gnu: Remove python-flake8-3.8.
* gnu/packages/python-xyz.scm (python-flake8-3.8): Delete variable.
---
gnu/packages/python-xyz.scm | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 979cbd4b56..8a7943915f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12592,20 +12592,6 @@ cyclomatic complexity of Python source code.")
"Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe.")
(license license:expat)))
-(define-public python-flake8-3.8
- (package
- (inherit python-flake8)
- (version "3.8.4")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "flake8" version))
- (sha256
- (base32
- "0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma"))))
- (propagated-inputs
- (list python-pycodestyle-2.6 python-entrypoints python-pyflakes-2.2
- python-mccabe))))
-
(define-public python-flake8-blind-except
(package
(name "python-flake8-blind-except")
- branch master updated (3eb77954f9 -> d4645d5d25), guix-commits, 2023/09/08
- 02/08: gnu: python-hacking: Update to 5.0.0., guix-commits, 2023/09/08
- 01/08: gnu: python-eventlet: Update to 0.33.3., guix-commits, 2023/09/08
- 03/08: gnu: Remove python-flake8-3.8.,
guix-commits <=
- 04/08: gnu: Remove python-pycodestyle-2.6., guix-commits, 2023/09/08
- 05/08: gnu: Remove python-pyflakes-2.2., guix-commits, 2023/09/08
- 07/08: gnu: python-numcodecs: Fix building on non x86 machines., guix-commits, 2023/09/08
- 08/08: gnu: python-fasteners: Update to 0.17.3., guix-commits, 2023/09/08
- 06/08: gnu: python-numcodecs: Remove another cythonized file., guix-commits, 2023/09/08