guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-trezor: Update to 0.12.0.


From: guix-commits
Subject: branch master updated: gnu: python-trezor: Update to 0.12.0.
Date: Sun, 10 May 2020 17:43:53 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b76b1d3  gnu: python-trezor: Update to 0.12.0.
b76b1d3 is described below

commit b76b1d3fb65fec98b96a2b4cfa984316dd956a29
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun May 10 14:04:39 2020 -0700

    gnu: python-trezor: Update to 0.12.0.
    
    * gnu/packages/finance (python-trezor): Update to 0.12.0.
      [arguments] Remove custom 'check phase.
      [propagated-inputs] Remove python-pyblake2.
---
 gnu/packages/finance.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 201ff3d..dfc89ca 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -870,31 +870,21 @@ Ledger Blue/Nano S.")
 (define-public python-trezor
   (package
     (name "python-trezor")
-    (version "0.11.3")
+    (version "0.12.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "trezor" version))
         (sha256
           (base32
-            "0211m027vlvyqy83kwbjjjxalb04xgf1klv0h0y0f0yhj07516n7"))))
+            "0ycmpwjv5xp25993divjhaq5j766zgcy22xx39xfc1pcvldq5g7n"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-        (modify-phases %standard-phases
-          ;; Default tests run device-specific tests which fail, only run 
specific tests.
-          (replace 'check
-            (lambda* (#:key inputs outputs #:allow-other-keys)
-              ;; Delete tests that require network access.
-              (delete-file "trezorlib/tests/unit_tests/test_tx_api.py")
-              (invoke "python" "-m" "pytest" "--pyarg" 
"trezorlib.tests.unit_tests"))))))
     (propagated-inputs
      `(("python-click" ,python-click)
        ("python-construct" ,python-construct)
        ("python-ecdsa" ,python-ecdsa)
        ("python-libusb1" ,python-libusb1)
        ("python-mnemonic" ,python-mnemonic)
-       ("python-pyblake2" ,python-pyblake2)
        ("python-requests" ,python-requests)
        ("python-typing-extensions" ,python-typing-extensions)))
     (native-inputs



reply via email to

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