[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: python-oslosphinx: Fix indentation.
From: |
guix-commits |
Subject: |
12/14: gnu: python-oslosphinx: Fix indentation. |
Date: |
Fri, 20 Nov 2020 00:25:35 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 5c6c3fbd8c3685274bd557e04207f04686e3d3a4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 18 23:03:24 2020 -0500
gnu: python-oslosphinx: Fix indentation.
* gnu/packages/openstack.scm (python-oslosphinx): Fix indentation.
---
gnu/packages/openstack.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 4ed2948..eb32d90 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -636,17 +636,16 @@ and building documentation from them.")
;; Therefore, we don't do it here.
(invoke "python" "setup.py" "build_sphinx"))))))
(propagated-inputs
- `(("python-requests" ,python-requests)))
+ `(("python-requests" ,python-requests)))
(native-inputs
- `(("python-pbr" ,python-pbr)
- ("python-docutils" ,python-docutils)
- ("python-hacking" ,python-hacking)
- ("python-sphinx" ,python-sphinx)))
+ `(("python-pbr" ,python-pbr)
+ ("python-docutils" ,python-docutils)
+ ("python-hacking" ,python-hacking)
+ ("python-sphinx" ,python-sphinx)))
(home-page "https://www.openstack.org/")
(synopsis "OpenStack sphinx extensions and theme")
- (description
- "This package provides themes and extensions for Sphinx documentation
-from the OpenStack project.")
+ (description "This package provides themes and extensions for Sphinx
+documentation from the OpenStack project.")
(license asl2.0)))
(define-public python2-oslosphinx
- 05/14: gnu: python-bandit: Update to 1.6.2., (continued)
- 05/14: gnu: python-bandit: Update to 1.6.2., guix-commits, 2020/11/20
- 07/14: gnu: Add python-cliff., guix-commits, 2020/11/20
- 08/14: gnu: Add python-stestr., guix-commits, 2020/11/20
- 02/14: gnu: python-stevedore: Update to 3.2.2., guix-commits, 2020/11/20
- 06/14: gnu: python-bandit: Fix indentation., guix-commits, 2020/11/20
- 09/14: gnu: python-subunit-bootstrap: Update to 1.4.0., guix-commits, 2020/11/20
- 10/14: gnu: python-hacking: Update to 4.0.0., guix-commits, 2020/11/20
- 11/14: gnu: python-oslo: Update to 3.1.1., guix-commits, 2020/11/20
- 13/14: gnu: python-oslosphinx: Update to 4.18.0., guix-commits, 2020/11/20
- 14/14: gnu: python-pillow: Update to 8.0.1., guix-commits, 2020/11/20
- 12/14: gnu: python-oslosphinx: Fix indentation.,
guix-commits <=