guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: python-mando: Fix indentation.


From: Marius Bakke
Subject: 05/08: gnu: python-mando: Fix indentation.
Date: Wed, 7 Feb 2018 09:34:58 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 50c84dd5a653f99e9ac4cf058392125cdde93eb7
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 14:59:43 2018 +0100

    gnu: python-mando: Fix indentation.
    
    * gnu/packages/python.scm (python-mando): Indent with emacs.
---
 gnu/packages/python.scm | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index da7eecd..c7308d1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10826,28 +10826,27 @@ in other versions.")
 
 (define-public python-mando
   (package
-  (name "python-mando")
-  (version "0.6.4")
-  (source
-    (origin
-      (method url-fetch)
-      (uri (pypi-uri "mando" version))
-      (sha256
-        (base32
-          "0q6rl085q1hw1wic52pqfndr0x3nirbxnhqj9akdm5zhq2fv3zkr"))))
-  (build-system python-build-system)
-  (propagated-inputs
-   `(("python-rst2ansi" ,python-rst2ansi)
-     ("python-six" ,python-six)))
-  (native-inputs
-   `(("python-pytest" ,python-pytest)))
-  (home-page "https://mando.readthedocs.org/";)
-  (synopsis
-    "Wrapper around argparse, allowing creation of complete CLI applications")
-  (description
-    "This package is a wrapper around argparse, allowing you to write complete 
CLI
- applications in seconds while maintaining all the flexibility.")
-  (license license:expat)))
+    (name "python-mando")
+    (version "0.6.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "mando" version))
+              (sha256
+               (base32
+                "0q6rl085q1hw1wic52pqfndr0x3nirbxnhqj9akdm5zhq2fv3zkr"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-rst2ansi" ,python-rst2ansi)
+       ("python-six" ,python-six)))
+    (native-inputs
+     `(("python-pytest" ,python-pytest)))
+    (home-page "https://mando.readthedocs.org/";)
+    (synopsis
+     "Wrapper around argparse, allowing creation of complete CLI applications")
+    (description
+     "This package is a wrapper around argparse, allowing you to write 
complete CLI
+applications in seconds while maintaining all the flexibility.")
+    (license license:expat)))
 
 (define-public python2-mando
   (package-with-python2 python-mando))



reply via email to

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