guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: python-oslotest: Re-indent.


From: guix-commits
Subject: 03/14: gnu: python-oslotest: Re-indent.
Date: Fri, 20 Nov 2020 00:25:32 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 0b5f73ce212c442ba896584a2397658b211d9ada
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 18 14:35:45 2020 -0500

    gnu: python-oslotest: Re-indent.
    
    * gnu/packages/openstack.scm (python-oslotest): Fix indentation.
---
 gnu/packages/openstack.scm | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 1cd7654..791dba5 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -639,30 +639,29 @@ from the OpenStack project.")
     (name "python-oslotest")
     (version "3.4.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "oslotest" version))
-        (sha256
-          (base32
-            "1pp8lq61d548cxcqi451czvrz5i5b3hyi2ry00wmngdgiswcqj1h"))))
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "oslotest" version))
+       (sha256
+        (base32
+         "1pp8lq61d548cxcqi451czvrz5i5b3hyi2ry00wmngdgiswcqj1h"))))
     (build-system python-build-system)
     (propagated-inputs
-      `(("python-fixtures" ,python-fixtures)
-        ("python-mock" ,python-mock)
-        ("python-mox3" ,python-mox3)
-        ("python-os-client-config" ,python-os-client-config)
-        ("python-six" ,python-six)
-        ("python-subunit" ,python-subunit)
-        ("python-testrepository" ,python-testrepository)
-        ("python-testtools" ,python-testtools)))
+     `(("python-fixtures" ,python-fixtures)
+       ("python-mock" ,python-mock)
+       ("python-mox3" ,python-mox3)
+       ("python-os-client-config" ,python-os-client-config)
+       ("python-six" ,python-six)
+       ("python-subunit" ,python-subunit)
+       ("python-testrepository" ,python-testrepository)
+       ("python-testtools" ,python-testtools)))
     (native-inputs
-      `(("python-pbr" ,python-pbr)
-        ("python-testscenarios" ,python-testscenarios)))
+     `(("python-pbr" ,python-pbr)
+       ("python-testscenarios" ,python-testscenarios)))
     (home-page "https://launchpad.net/oslo";)
     (synopsis "Oslo test framework")
-    (description
-      "The Oslo Test framework provides common fixtures, support for debugging,
-and better support for mocking results.")
+    (description "The Oslo Test framework provides common fixtures, support
+for debugging, and better support for mocking results.")
     (license asl2.0)))
 
 (define-public python2-oslotest



reply via email to

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