aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-09-08 10:00:36 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-09-08 12:25:20 +0300
commit7525396c1ea205f70d3e095f51e50f1d80827bff (patch)
tree12d70d2dc511709935dfd2377a7ba5d95b30538d
parent7646ea8270b12dd8630b5c7128241855b871f9b4 (diff)
downloadguix-7525396c1ea205f70d3e095f51e50f1d80827bff.tar
guix-7525396c1ea205f70d3e095f51e50f1d80827bff.tar.gz
gnu: Remove python-pycodestyle-2.6.
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a7943915f..325ff8b822 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8358,17 +8358,6 @@ Python code against some of the style conventions in
@url{http://www.python.org/dev/peps/pep-0008/,PEP 8}.")
(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
(package
(name "python-multidict")