guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: python-xenon: Update to 0.7.0.


From: guix-commits
Subject: 04/08: gnu: python-xenon: Update to 0.7.0.
Date: Mon, 2 Mar 2020 17:03:29 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 8c06d6d8cedcab1c239c5cf24b4cf600e20e35b4
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 14:13:17 2020 -0500

    gnu: python-xenon: Update to 0.7.0.
    
    * gnu/packages/python-xyz.scm (python-xenon): Update to 0.7.0.
    [arguments]: Set #:tests? to #f to disable test suite.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2192d78..d6cebca 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13866,14 +13866,14 @@ pure Python module.")
 (define-public python-xenon
   (package
     (name "python-xenon")
-    (version "0.5.4")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "xenon" version))
        (sha256
         (base32
-         "029cbhysg2vr5n4jz8gpg2793f8wkwnqpr1qgv6c1dn685vy31mc"))))
+         "0nv207ql2wmh9q62503np056c4vf1c1hlsi5cvv5p5kx574k6r2y"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pyyaml" ,python-pyyaml)
@@ -13882,7 +13882,8 @@ pure Python module.")
        ("python-flake8" ,python-flake8)
        ("python-tox" ,python-tox)))
     (arguments
-     `(#:phases
+     `(#:tests? #f                      ;test suite not shipped with the PyPI 
archive
+       #:phases
        (modify-phases %standard-phases
          (add-before 'build 'patch-test-requirements
            (lambda _



reply via email to

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