[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/36: gnu: Add python-pytest-catchlog.
From: |
julien lepiller |
Subject: |
03/36: gnu: Add python-pytest-catchlog. |
Date: |
Thu, 11 May 2017 16:01:25 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 2d6e56baa78345ea90bfee9f75e311f13e397e6e
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 22 22:14:02 2017 +0200
gnu: Add python-pytest-catchlog.
* gnu/packages/python.scm (python-pytest-catchlog, python2-pytest-catchlog):
New variables.
---
gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6228f64..2ddc25d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14165,3 +14165,29 @@ pytest report.")
(define-public python2-pytest-warnings
(package-with-python2 python-pytest-warnings))
+
+(define-public python-pytest-catchlog
+ (package
+ (name "python-pytest-catchlog")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-catchlog" version ".zip"))
+ (sha256
+ (base32
+ "1w7wxh27sbqwm4jgwrjr9c2gy384aca5jzw9c0wzhl0pmk2mvqab"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("unzip" ,unzip)))
+ (propagated-inputs
+ `(("pytest" ,python-pytest-3.0)))
+ (home-page "https://github.com/eisensheng/pytest-catchlog")
+ (synopsis "Pytest plugin to catch log messages")
+ (description
+ "Python-pytest-catchlog is a pytest plugin to catch log messages. This is
+a fork of pytest-capturelog.")
+ (license license:expat)))
+
+(define-public python2-pytest-catchlog
+ (package-with-python2 python-pytest-catchlog))
- branch master updated (2d4deb5 -> 2601171), julien lepiller, 2017/05/11
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., julien lepiller, 2017/05/11
- 02/36: gnu: Add python-pytest-warnings., julien lepiller, 2017/05/11
- 04/36: gnu: Add python-utils., julien lepiller, 2017/05/11
- 10/36: gnu: Add python-dirsync., julien lepiller, 2017/05/11
- 03/36: gnu: Add python-pytest-catchlog.,
julien lepiller <=
- 08/36: gnu: Add python-cssmin., julien lepiller, 2017/05/11
- 07/36: gnu: python-rq: Update to 0.7.1., julien lepiller, 2017/05/11
- 06/36: gnu: Add python-sphinx-me., julien lepiller, 2017/05/11
- 16/36: gnu: Add python2-stemming., julien lepiller, 2017/05/11
- 05/36: gnu: Add python-webassets., julien lepiller, 2017/05/11
- 09/36: gnu: Add python-diff-match-patch., julien lepiller, 2017/05/11
- 13/36: gnu: python-dateutil: Update to 2.6.0., julien lepiller, 2017/05/11
- 12/36: gnu: Add python-elasticsearch., julien lepiller, 2017/05/11
- 14/36: gnu: Add python-levenshtein., julien lepiller, 2017/05/11
- 15/36: gnu: Add python-scandir., julien lepiller, 2017/05/11