[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add python-pytest-black.
From: |
guix-commits |
Subject: |
05/09: gnu: Add python-pytest-black. |
Date: |
Fri, 6 Mar 2020 03:16:58 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit cc2c2850ce1ccf863b7e69f8ac6734f1b659c212
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Fri Mar 6 08:55:25 2020 +0100
gnu: Add python-pytest-black.
* gnu/packages/python-xyz.scm (python-pytest-black): New variable.
---
gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc7e10e..c003bef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7311,6 +7311,31 @@ designed to efficiently cope with extremely large
amounts of data.")
(define-public python2-tables
(package-with-python2 python-tables))
+(define-public python-pytest-black
+ (package
+ (name "python-pytest-black")
+ (version "0.3.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-black" version))
+ (sha256
+ (base32
+ "04lppqydxm0f3f3x0l8hj7v0j6d8syj34jc37yzqwqcyqsnaga81"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-black" ,python-black)
+ ("python-toml" ,python-toml)))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)))
+ (home-page "https://github.com/shopkeep/pytest-black")
+ (synopsis "Pytest plugin to enable format checking with black")
+ (description
+ "This package provides a pytest plugin to enable format checking with the
+Python code formatter \"black\".")
+ (license license:expat)))
+
(define-public python-pyasn1
(package
(name "python-pyasn1")
- branch master updated (1d24cc6 -> fecd325), guix-commits, 2020/03/06
- 01/09: gnu: python-tables: Do not detect CPU features., guix-commits, 2020/03/06
- 02/09: gnu: python-tables: Use later hdf5 version., guix-commits, 2020/03/06
- 03/09: gnu: Add python-pathspec., guix-commits, 2020/03/06
- 04/09: gnu: python-black: Update to 19.10b0., guix-commits, 2020/03/06
- 05/09: gnu: Add python-pytest-black.,
guix-commits <=
- 06/09: gnu: Add python-get-version., guix-commits, 2020/03/06
- 07/09: gnu: Add python-legacy-api-wrap., guix-commits, 2020/03/06
- 09/09: gnu: python-aiohttp: Update to 3.6.2., guix-commits, 2020/03/06
- 08/09: gnu: python-scanpy: Update to 1.4.5.1., guix-commits, 2020/03/06