guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: Remove python2-flake8-2.5.


From: guix-commits
Subject: 06/08: gnu: Remove python2-flake8-2.5.
Date: Wed, 29 Apr 2020 18:05:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7fea8e076fd2405c0d53d7ee5d7a36936215ffcc
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 29 22:23:19 2020 +0200

    gnu: Remove python2-flake8-2.5.
    
    * gnu/packages/python-xyz.scm (python2-flake8-2.5): Remove variable.
    (python-flake8-2.5)[properties]: Remove.
---
 gnu/packages/python-xyz.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 80185f4..1110360 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7519,18 +7519,7 @@ complexity of Python source code.")
                 "1snylqwbmrylbx3r1wpz8ggk98f6bcag4441ag8mm2l7wyn58sij"))))
     (propagated-inputs
      `(("python-pep8" ,python-pep8)
-       ,@(package-propagated-inputs python-flake8)))
-    (properties `((python2-variant . ,(delay python2-flake8-2.5))))))
-
-(define-public python2-flake8-2.5
-  (package
-    (inherit python2-flake8)
-    (version (package-version python-flake8-2.5))
-    (source (origin
-              (inherit (package-source python-flake8-2.5))))
-    (propagated-inputs
-     `(("python2-pep8" ,python2-pep8)
-       ,@(package-propagated-inputs python2-flake8)))))
+       ,@(package-propagated-inputs python-flake8)))))
 
 (define-public python-flake8-polyfill
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]