guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-clikit: Update to 0.6.2.


From: guix-commits
Subject: 02/02: gnu: python-clikit: Update to 0.6.2.
Date: Thu, 30 Jul 2020 14:00:25 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit fbbd536c5b6aefdf45a2f05bfd776e4d3c558afd
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Tue Jul 28 11:28:17 2020 +0200

    gnu: python-clikit: Update to 0.6.2.
    
    * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2.
    [arguments] Explicitly disable tests.
    [propagated-inputs]: Add python-crashtest.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d4d507b..4a16dfe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12292,17 +12292,19 @@ more, possibly remote, memcached servers.")
 (define-public python-clikit
   (package
     (name "python-clikit")
-    (version "0.4.2")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "clikit" version))
        (sha256
         (base32
-         "1jnnr21hvzx4i29nbph1z96ympv0njiwyvngjq48w1q05133cwzn"))))
+         "0ngdkmb73gkp5y00q7r9k1cdlfn0wyzws2wrqlshc4hlkbdyabj4"))))
     (build-system python-build-system)
+    (arguments '(#:tests? #f))  ; no test in the PyPI tarball
     (propagated-inputs
-     `(("python-pastel" ,python-pastel)
+     `(("python-crashtest" ,python-crashtest)
+       ("python-pastel" ,python-pastel)
        ("python-pylev" ,python-pylev)))
     (home-page "https://github.com/sdispater/clikit";)
     (synopsis "Group of utilities to build command line interfaces")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]