[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/33: gnu: python-oslo.i18n: Fix indentation.
From: |
guix-commits |
Subject: |
03/33: gnu: python-oslo.i18n: Fix indentation. |
Date: |
Sun, 20 Dec 2020 22:53:03 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit e4cc19c85b159a4233fb6dafaffa133b0cb2ece7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 27 13:33:40 2020 -0500
gnu: python-oslo.i18n: Fix indentation.
* gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation.
---
gnu/packages/openstack.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 13b9293..00c63dd 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -476,27 +476,27 @@ pipeline and used by various modules such as logging.")
(name "python-oslo.i18n")
(version "3.20.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "oslo.i18n" version))
- (sha256
- (base32
- "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "oslo.i18n" version))
+ (sha256
+ (base32
+ "0kjcdw4bk3mi4vqmqwhhq053kxbbbj05si6nwxd1pzx33z067ky3"))))
(build-system python-build-system)
(propagated-inputs
- `(("python-babel" ,python-babel)
- ("python-six" ,python-six)))
+ `(("python-babel" ,python-babel)
+ ("python-six" ,python-six)))
(native-inputs
- `(("python-pbr" ,python-pbr)
- ;; Tests
- ("python-mock" ,python-mock)
- ("python-mox3" ,python-mox3)
- ("python-oslotest" ,python-oslotest)
- ("python-testscenarios" ,python-testscenarios)))
+ `(("python-pbr" ,python-pbr)
+ ;; Tests
+ ("python-mock" ,python-mock)
+ ("python-mox3" ,python-mox3)
+ ("python-oslotest" ,python-oslotest)
+ ("python-testscenarios" ,python-testscenarios)))
(home-page "https://launchpad.net/oslo")
(synopsis "Oslo internationalization (i18n) library")
(description
- "The oslo.i18n library contain utilities for working with
+ "The oslo.i18n library contain utilities for working with
internationalization (i18n) features, especially translation for text strings
in an application or library.")
(license asl2.0)))
- branch master updated (e6ea02f -> 5795f56), guix-commits, 2020/12/20
- 01/33: gnu: python2-configargparse: Remove package., guix-commits, 2020/12/20
- 02/33: gnu: python-configargparse: Update to 1.2.3., guix-commits, 2020/12/20
- 03/33: gnu: python-oslo.i18n: Fix indentation.,
guix-commits <=
- 04/33: gnu: python-oslo.config: Fix indentation., guix-commits, 2020/12/20
- 08/33: gnu: python2-flask-httpauth: Remove package., guix-commits, 2020/12/20
- 06/33: gnu: python2-werkzeug: Remove package., guix-commits, 2020/12/20
- 09/33: gnu: python2-flask-principal: Remove package., guix-commits, 2020/12/20
- 11/33: gnu: python2-flask-restful-swagger: Remove package., guix-commits, 2020/12/20
- 07/33: gnu: python2-pytest-httpbin: Remove package., guix-commits, 2020/12/20
- 10/33: gnu: python2-flask-script: Remove package., guix-commits, 2020/12/20
- 05/33: gnu: Add python-dpkt., guix-commits, 2020/12/20
- 12/33: gnu: python-werkzeug: Update to 1.0.1., guix-commits, 2020/12/20
- 13/33: gnu: python2-greenlet: Remove package., guix-commits, 2020/12/20