guix-commits
[Top][All Lists]
Advanced

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

04/33: gnu: python-oslo.config: Fix indentation.


From: guix-commits
Subject: 04/33: gnu: python-oslo.config: Fix indentation.
Date: Sun, 20 Dec 2020 22:53:03 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 66cb42106d8eda6144ed378bb81c95c31bcce92b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 27 14:00:33 2020 -0500

    gnu: python-oslo.config: Fix indentation.
    
    * gnu/packages/openstack.scm: Prettify the section header and fix the
    indentation of the package.
---
 gnu/packages/openstack.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 00c63dd..da40ef2 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -390,7 +390,11 @@ extensions.")
 common features used in Tempest.")
     (license asl2.0)))
 
-;; Packages from the Oslo library
+
+;;;
+;;; Packages from the Oslo library
+;;;
+
 (define-public python-oslo.config
   (package
     (name "python-oslo.config")
@@ -400,8 +404,8 @@ common features used in Tempest.")
        (method url-fetch)
        (uri (pypi-uri "oslo.config" version))
        (sha256
-         (base32
-          "0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd"))))
+        (base32
+         "0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-debtcollector" ,python-debtcollector)
@@ -426,7 +430,7 @@ common features used in Tempest.")
     (home-page "https://launchpad.net/oslo";)
     (synopsis "Oslo Configuration API")
     (description
-      "The Oslo configuration API supports parsing command line arguments and
+     "The Oslo configuration API supports parsing command line arguments and
 .ini style configuration files.")
     (license asl2.0)))
 



reply via email to

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