[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: Add python-pytest-click.
From: |
guix-commits |
Subject: |
03/11: gnu: Add python-pytest-click. |
Date: |
Sun, 2 May 2021 09:06:39 -0400 (EDT) |
raghavgururajan pushed a commit to branch master
in repository guix.
commit 6d7e1bdb03c3b34b306ff02cfb1fe327a56644b2
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 28 14:28:02 2021 -0400
gnu: Add python-pytest-click.
* gnu/packages/python-check.scm (python-pytest-click): New variable.
---
gnu/packages/python-check.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index b68f23a..01922b0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -46,6 +46,27 @@
#:use-module (guix download)
#:use-module (guix build-system python))
+(define-public python-pytest-click
+ (package
+ (name "python-pytest-click")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (pypi-uri "pytest_click" version))
+ (sha256
+ (base32 "1rcv4m850rl7djzdgzz2zhjd8g5ih8w6l0sj2f9hsynymlsq82xl"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-click" ,python-click)
+ ("python-pytest" ,python-pytest)))
+ (home-page "https://github.com/Stranger6667/pytest-click")
+ (synopsis "Py.test plugin for Click")
+ (description "This package provides a plugin to test Python click
+interfaces with pytest.")
+ (license license:expat)))
+
(define-public python-testfixtures
(package
(name "python-testfixtures")
- branch master updated (c113191 -> 061823d), guix-commits, 2021/05/02
- 02/11: gnu: Add python-yaspin., guix-commits, 2021/05/02
- 01/11: gnu: Add python-colorful., guix-commits, 2021/05/02
- 03/11: gnu: Add python-pytest-click.,
guix-commits <=
- 04/11: gnu: python-nltk: Update to 3.6.2., guix-commits, 2021/05/02
- 05/11: gnu: Add python-nltk@3.4., guix-commits, 2021/05/02
- 11/11: gnu: gupnp: Add gsettings-desktop-schemas for tests., guix-commits, 2021/05/02
- 06/11: gnu: Add python-lunr., guix-commits, 2021/05/02
- 07/11: gnu: Add python-mkdocs., guix-commits, 2021/05/02
- 08/11: gnu: Add python-pymdown-extensions., guix-commits, 2021/05/02
- 10/11: gnu: Add tgcli., guix-commits, 2021/05/02
- 09/11: gnu: Add python-mkdocs-material., guix-commits, 2021/05/02