mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pyflakes-2.2.
* gnu/packages/python-xyz.scm (python-pyflakes-2.2): Delete variable. * gnu/packages/patches/python-pyflakes-test-location.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
This commit is contained in:
parent
7525396c1e
commit
67ffb90dcb
3 changed files with 0 additions and 56 deletions
|
@ -12493,19 +12493,6 @@ file (e.g. @file{PKG-INFO}).")
|
|||
"Pyflakes statically checks Python source code for common errors.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pyflakes-2.2
|
||||
(package
|
||||
(inherit python-pyflakes)
|
||||
(version "2.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyflakes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j3zqbiwkyicvww499bblq33x0bjpzdrxajhaysr7sk7x5gdgcim"))
|
||||
(patches
|
||||
(search-patches "python-pyflakes-test-location.patch"))))))
|
||||
|
||||
(define-public python-mccabe
|
||||
(package
|
||||
(name "python-mccabe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue