[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51222] [PATCH 24/25] gnu: python-faker: Fix indentation.
From: |
Sébastien Lerique |
Subject: |
[bug#51222] [PATCH 24/25] gnu: python-faker: Fix indentation. |
Date: |
Fri, 15 Oct 2021 11:40:35 +0900 |
* gnu/packages/python-xyz.scm (python-faker): Fix indentation.
---
gnu/packages/python-xyz.scm | 60 ++++++++++++++++++-------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 256aed9068..2ddd599aba 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15973,37 +15973,37 @@ parsing UK postcodes.")
(define-public python-faker
(package
- (name "python-faker")
- (version "9.3.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "Faker" version))
- (sha256
- (base32
- "0lpfdc4ndvk7chgqrfd2b1my4n54pccq9b645vp9cp5s5ypyknfd"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda _ (invoke "python" "-m" "pytest" "-v"))))))
- (native-inputs
- `(;; For testing
- ("python-freezegun" ,python-freezegun)
- ("python-pytest" ,python-pytest-6)
- ("python-random2" ,python-random2)
- ("python-ukpostcodeparser" ,python-ukpostcodeparser)
- ("python-validators" ,python-validators)))
- (propagated-inputs
- `(("python-dateutil" ,python-dateutil)
- ("python-text-unidecode" ,python-text-unidecode)))
- (home-page "https://github.com/joke2k/faker")
- (synopsis "Python package that generates fake data")
- (description
- "Faker is a Python package that generates fake data such as names,
+ (name "python-faker")
+ (version "9.3.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "Faker" version))
+ (sha256
+ (base32
+ "0lpfdc4ndvk7chgqrfd2b1my4n54pccq9b645vp9cp5s5ypyknfd"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _ (invoke "python" "-m" "pytest" "-v"))))))
+ (native-inputs
+ `( ;; For testing
+ ("python-freezegun" ,python-freezegun)
+ ("python-pytest" ,python-pytest-6)
+ ("python-random2" ,python-random2)
+ ("python-ukpostcodeparser" ,python-ukpostcodeparser)
+ ("python-validators" ,python-validators)))
+ (propagated-inputs
+ `(("python-dateutil" ,python-dateutil)
+ ("python-text-unidecode" ,python-text-unidecode)))
+ (home-page "https://github.com/joke2k/faker")
+ (synopsis "Python package that generates fake data")
+ (description
+ "Faker is a Python package that generates fake data such as names,
addresses, and phone numbers.")
- (license license:expat)
- (properties `((python2-variant . ,(delay python2-faker))))))
+ (license license:expat)
+ (properties `((python2-variant . ,(delay python2-faker))))))
;; Faker 4.0 dropped Python 2 support, so we stick with this older version
here.
(define-public python2-faker
--
2.33.0
- [bug#51222] [PATCH 16/25] gnu: Add python2-atomicwrites-1.4., (continued)
- [bug#51222] [PATCH 16/25] gnu: Add python2-atomicwrites-1.4., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 12/25] gnu: python-faker: Update to 9.3.1., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 15/25] gnu: Add python-atomicwrites-1.4., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 17/25] gnu: Add python-aioresponses., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 18/25] gnu: Add python-janus., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 19/25] gnu: Add python-logbook., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 21/25] gnu: Add python-matrix-nio., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 20/25] gnu: Add python-olm., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 22/25] gnu: Add python-pantalaimon., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 23/25] gnu: python-socks: Fix indentation., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 24/25] gnu: python-faker: Fix indentation.,
Sébastien Lerique <=
- [bug#51222] [PATCH 25/25] gnu: python-xyz.scm: Add copyright line., Sébastien Lerique, 2021/10/14
- [bug#51222] [PATCH 0/25] Package python-pantalaimon, Foo Chuan Wei, 2021/10/15
- [bug#51222] [PATCH 0/25] Package python-pantalaimon, Lars-Dominik Braun, 2021/10/16