mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Remove python-flake8-3.8.
* gnu/packages/python-xyz.scm (python-flake8-3.8): Delete variable.
This commit is contained in:
parent
17b8f3d259
commit
7646ea8270
1 changed files with 0 additions and 14 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue