From 7646ea8270b12dd8630b5c7128241855b871f9b4 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Fri, 8 Sep 2023 09:59:57 +0300 Subject: 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(-) (limited to 'gnu') 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 @@ (define-public python-flake8 "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") -- cgit v1.2.3