[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: python-colorspacious: Use INVOKE.
From: |
guix-commits |
Subject: |
01/10: gnu: python-colorspacious: Use INVOKE. |
Date: |
Wed, 23 Jan 2019 12:40:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c988afda6f2cedb195ea205d8e59c31b5262777e
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 23 18:37:19 2019 +0100
gnu: python-colorspacious: Use INVOKE.
* gnu/packages/python-xyz.scm (python-colorspacious)[arguments]:
Unconditionally return #T from "check" phase.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8998882..85818c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3231,7 +3231,7 @@ To address this and enable easy cycling over arbitrary
@code{kwargs}, the
(modify-phases %standard-phases
(replace 'check
(lambda _
- (zero? (system* "nosetests" "--all-modules" "-v"
"colorspacious")))))))
+ (invoke "nosetests" "--all-modules" "-v" "colorspacious"))))))
(home-page "https://github.com/njsmith/colorspacious")
(synopsis "Python library for colorspace conversions")
(description "@code{colorspacious} is a Python library that lets you
- branch master updated (4fc898d -> 77e61e2), guix-commits, 2019/01/23
- 07/10: gnu: python2-ttystatus: Use INVOKE., guix-commits, 2019/01/23
- 01/10: gnu: python-colorspacious: Use INVOKE.,
guix-commits <=
- 09/10: gnu: python-flasgger: Use INVOKE., guix-commits, 2019/01/23
- 04/10: gnu: python-pbkdf2: Use INVOKE., guix-commits, 2019/01/23
- 02/10: gnu: python-validictory: Use INVOKE., guix-commits, 2019/01/23
- 10/10: gnu: python2-scientific: Use INVOKE., guix-commits, 2019/01/23
- 03/10: gnu: python-termstyle: Use INVOKE., guix-commits, 2019/01/23
- 08/10: gnu: python2-larch: Use INVOKE., guix-commits, 2019/01/23
- 05/10: gnu: python2-ruamel.ordereddict: Use INVOKE., guix-commits, 2019/01/23
- 06/10: gnu: python2-cliapp: Use INVOKE., guix-commits, 2019/01/23