guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: python-mypy-extensions: Fix style


From: guix-commits
Subject: 06/10: gnu: python-mypy-extensions: Fix style
Date: Sun, 25 Jun 2023 17:47:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e3f8e05c8057c04699957a378c9aff1e026274b3
Author: Vincent Prat <vprat@deeplinks.com>
AuthorDate: Mon Jun 19 11:08:27 2023 +0200

    gnu: python-mypy-extensions: Fix style
    
    * gnu/packages/python-check.scm (python-mypy-extensions): Fix style
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/python-check.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e566f3140a..87e15b4560 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1814,18 +1814,19 @@ side effects when unit testing.")
   (package
     (name "python-mypy-extensions")
     (version "1.0.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "mypy_extensions" version))
-        (sha256
-         (base32
-          "10h7mwjjfbwxzq7jzaj1pnv9g6laa1k0ckgw72j44160bnazinvm"))))
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "mypy_extensions" version))
+              (sha256
+               (base32
+                "10h7mwjjfbwxzq7jzaj1pnv9g6laa1k0ckgw72j44160bnazinvm"))))
     (build-system python-build-system)
-    (arguments `(#:tests? #f)); no tests
+    (arguments
+     `(#:tests? #f)) ;no tests
     (home-page "https://github.com/python/mypy_extensions";)
     (synopsis "Experimental extensions for MyPy")
-    (description "The @code{python-mypy-extensions} module defines
+    (description
+     "The @code{python-mypy-extensions} module defines
 experimental extensions to the standard @code{typing} module that are
 supported by the MyPy typechecker.")
     (license license:expat)))



reply via email to

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