[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-gnome updated: gnu: Add python-tappy.
From: |
guix-commits |
Subject: |
branch wip-gnome updated: gnu: Add python-tappy. |
Date: |
Mon, 17 May 2021 22:59:51 -0400 |
This is an automated email from the git hooks/post-receive script.
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
The following commit(s) were added to refs/heads/wip-gnome by this push:
new f0900de gnu: Add python-tappy.
f0900de is described below
commit f0900de721a68b9d00189625e39f8c54dc1c0a89
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun May 16 18:08:44 2021 -0400
gnu: Add python-tappy.
* gnu/packages/python-check.scm (python-tappy): New variable.
---
gnu/packages/python-check.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f0b454e..1206dda 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -48,6 +48,25 @@
#:use-module (guix download)
#:use-module (guix build-system python))
+(define-public python-tappy
+ (package
+ (name "python-tappy")
+ (version "3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "tap.py" version))
+ (sha256
+ (base32
+ "0w4w6pqjkv54j7rv6vdrpfxa72c5516bnlhpcqr3vrb4zpmyxvpm"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/python-tap/tappy")
+ (synopsis "Tools for Test Anything Protocol")
+ (description "Tappy is a set of tools for working with the Test Anything
+Protocol (TAP) in Python. TAP is a line based test protocol for recording test
+data in a standard way.")
+ (license license:bsd-3)))
+
(define-public python-pytest-click
(package
(name "python-pytest-click")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-gnome updated: gnu: Add python-tappy.,
guix-commits <=