guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: Add python-flake8-quotes.


From: guix-commits
Subject: 05/07: gnu: Add python-flake8-quotes.
Date: Thu, 1 Apr 2021 08:15:39 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f7c7ccde2912ce7825e3ca5ef38dd2fe9644f441
Author: Giacomo Leidi <goodoldpaul@autistici.org>
AuthorDate: Mon Dec 28 22:32:42 2020 +0100

    gnu: Add python-flake8-quotes.
    
    * gnu/packages/python-xyz.scm (python-flake8-quotes): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e24a941..dac857a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8901,6 +8901,25 @@ first-class forward references that stub files use.")
 lints.")
     (license license:bsd-2)))
 
+(define-public python-flake8-quotes
+  (package
+    (name "python-flake8-quotes")
+    (version "3.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "flake8-quotes" version))
+       (sha256
+        (base32
+         "0ph5s6lxgpzz4an0ax6s5xjqypqmngwr5b1i0h9pqhzghplic49z"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-flake8" ,python-flake8)))
+    (home-page "https://github.com/zheller/flake8-quotes/";)
+    (synopsis "Flake8 lint for quotes")
+    (description "This package provides a Flake8 lint for quotes.")
+    (license license:expat)))
+
 (define-public python-autoflake
   (package
     (name "python-autoflake")



reply via email to

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