unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Attila Lendvai <attila@lendvai.name>
To: 58437@debbugs.gnu.org
Cc: Attila Lendvai <attila@lendvai.name>
Subject: [bug#58437] [PATCH 2/4] gnu: python-trezor: Update to 0.13.3.
Date: Tue, 11 Oct 2022 15:12:41 +0200	[thread overview]
Message-ID: <20221011131243.28391-2-attila@lendvai.name> (raw)
In-Reply-To: <20221011131002.28153-1-attila@lendvai.name>

Also disable the sanity-check phase.
---
 gnu/packages/finance.scm | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ac19851a85..340e56036d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1048,7 +1048,7 @@ (define-public python-btchip-python
 (define-public python-trezor
   (package
     (name "python-trezor")
-    (version "0.13.0")
+    (version "0.13.3")
     (source
      (origin
        (method git-fetch)
@@ -1057,7 +1057,7 @@ (define-public python-trezor
              (commit (string-append "python/v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wy584bxx5p2av4lv1bx9hl1q0b5n7hqz0hnqb9shjriarvl5ckd"))
+        (base32 "18qbdypi780b2s933dp7msh9m17mx9nq6qxn87jkwlf4i94h1vr2"))
        (modules
         '((guix build utils)
           (srfi srfi-26)
@@ -1083,10 +1083,7 @@ (define-public python-trezor
     (build-system python-build-system)
     (propagated-inputs
      (list python-attrs
-           ;; TOOD: Use the latest click version after release 0.13.1 or later
-           ;; is made (see:
-           ;; https://github.com/trezor/trezor-firmware/issues/2199).
-           python-click-7
+           python-click
            python-construct
            python-ecdsa
            python-hidapi
@@ -1099,9 +1096,17 @@ (define-public python-trezor
      (list protobuf
            python-black
            python-isort
+           python-pillow
            python-protobuf
            python-pyqt
-           python-pytest))
+           python-pytest
+           python-simple-rlp))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         ;; This package only has a Python script, not a Python module, so the
+         ;; sanity-check phase can't work.
+         (delete 'sanity-check))))
     (home-page "https://github.com/trezor/python-trezor")
     (synopsis "Python library for communicating with TREZOR Hardware Wallet")
     (description "@code{trezor} is a Python library for communicating with
-- 
2.35.1





  reply	other threads:[~2022-10-11 13:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 13:10 [bug#58437] [PATCH 1/4] gnu: Add python-simple-rlp Attila Lendvai
2022-10-11 13:12 ` Attila Lendvai [this message]
2022-10-11 13:12   ` [bug#58437] [PATCH 3/4] gnu: Add python-bech32 Attila Lendvai
2022-10-11 13:12   ` [bug#58437] [PATCH 4/4] gnu: python-trezor-agent: Update to 0.14.5 Attila Lendvai
2022-12-06 11:18     ` Christopher Baines
2022-12-06 18:04 ` [bug#58437] [PATCH 1/2 v2] gnu: python-trezor: Update to 0.13.3 Attila Lendvai
2022-12-06 18:46 ` [bug#58437] [PATCH 1/3 v3] " Attila Lendvai
2022-12-06 18:46   ` [bug#58437] [PATCH 2/3 v3] gnu: python-trezor-agent: Update to 0.14.5 Attila Lendvai
2022-12-06 18:46   ` [bug#58437] [PATCH 3/3 v3] gnu: trezor-agent: Fix build by adding native-inputs Attila Lendvai
2023-08-26 21:36 ` [bug#58437] (No Subject) Attila Lendvai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221011131243.28391-2-attila@lendvai.name \
    --to=attila@lendvai.name \
    --cc=58437@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).