gnu: Remove python-pycodestyle-2.6.
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6): Delete variable.
This commit is contained in:
parent
7646ea8270
commit
7525396c1e
1 changed files with 0 additions and 11 deletions
|
@ -8358,17 +8358,6 @@ (define-public python-pycodestyle
|
||||||
@url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.")
|
@url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pycodestyle-2.6
|
|
||||||
(package
|
|
||||||
(inherit python-pycodestyle)
|
|
||||||
(version "2.6.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "pycodestyle" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0bhr6ia0hmgx3nhgibc9pmkzhlh1zcqk707i5fbxgs702ll7v2n5"))))))
|
|
||||||
|
|
||||||
(define-public python-multidict
|
(define-public python-multidict
|
||||||
(package
|
(package
|
||||||
(name "python-multidict")
|
(name "python-multidict")
|
||||||
|
|
Loading…
Reference in a new issue