guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Fix indentation of some python packages.


From: Marius Bakke
Subject: 01/01: gnu: Fix indentation of some python packages.
Date: Thu, 5 Jan 2017 15:31:48 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 1bd858cc14e5a0b33da9a6e11810d184e16335fc
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 5 16:28:01 2017 +0100

    gnu: Fix indentation of some python packages.
    
    This is a followup to abe2ec73..807a5b32.
    
    * gnu/packages/python.scm (python-snowballstemmer,
      python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix 
indentation.
---
 gnu/packages/python.scm |   47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c22ab5c..4e4a15f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11700,11 +11700,11 @@ focus on building massively scalable web 
applications.")
     (name "python-snowballstemmer")
     (version "1.2.1")
     (source (origin
-      (method url-fetch)
-      (uri (pypi-uri "snowballstemmer" version))
-      (sha256
-       (base32
-        "0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi"))))
+              (method url-fetch)
+              (uri (pypi-uri "snowballstemmer" version))
+              (sha256
+               (base32
+                "0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi"))))
     (build-system python-build-system)
     (arguments
      `(;; No tests exist
@@ -11724,19 +11724,19 @@ English stemmer.")
     (name "python-sphinx-cloud-sptheme")
     (version "1.7.1")
     (source (origin
-      (method url-fetch)
-      (uri (pypi-uri "cloud_sptheme" version))
-      (sha256
-       (base32
-        "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
-  (build-system python-build-system)
-  (native-inputs
-    `(("python-sphinx" ,python-sphinx)))
-  (home-page "https://bitbucket.org/ecollins/cloud_sptheme";)
-  (synopsis "'Cloud' theme for Sphinx documenter")
-  (description "This package contains the \"Cloud\" theme for Sphinx and some
+              (method url-fetch)
+              (uri (pypi-uri "cloud_sptheme" version))
+              (sha256
+               (base32
+                "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-sphinx" ,python-sphinx)))
+    (home-page "https://bitbucket.org/ecollins/cloud_sptheme";)
+    (synopsis "'Cloud' theme for Sphinx documenter")
+    (description "This package contains the \"Cloud\" theme for Sphinx and some
 related extensions.")
-  (license license:bsd-3)))
+    (license license:bsd-3)))
 
 (define-public python2-sphinx-cloud-sptheme
   (package-with-python2 python-sphinx-cloud-sptheme))
@@ -11745,13 +11745,12 @@ related extensions.")
   (package
     (name "python-sphinx-alabaster-theme")
     (version "0.7.9")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "alabaster" version))
-        (sha256
-         (base32
-          "027anxzcb951gjlcc43y3rbn9qrw36d16vj9wd2smv5410xx9bs7"))))
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "alabaster" version))
+              (sha256
+               (base32
+                "027anxzcb951gjlcc43y3rbn9qrw36d16vj9wd2smv5410xx9bs7"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-pygments" ,python-pygments)))



reply via email to

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