unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58437] [PATCH 1/4] gnu: Add python-simple-rlp.
@ 2022-10-11 13:10 Attila Lendvai
  2022-10-11 13:12 ` [bug#58437] [PATCH 2/4] gnu: python-trezor: Update to 0.13.3 Attila Lendvai
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Attila Lendvai @ 2022-10-11 13:10 UTC (permalink / raw)
  To: 58437; +Cc: Attila Lendvai

* gnu/packages/python-xyz.scm (python-simple-rlp): New variable
---
this patch series updates the trezor tools.

does not fix https://issues.guix.gnu.org/55802

 gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c369362dc7..f038e912db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2850,6 +2850,30 @@ (define-public python-simplejson
 Python 3.3+.")
     (license license:x11)))
 
+(define-public python-simple-rlp
+  (package
+    (name "python-simple-rlp")
+    (version "0.1.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/SamuelHaidu/simple-rlp")
+             ;; Upstream doesn't tag the git repo.
+             (commit "342ea269d84da1ddc4a7630cdebc90159261391c")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1nv92sphpkyrncak4qgj50qmgkmj4ycl2szbnv9c7ihgl5df4div"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/SamuelHaidu/simple-rlp")
+    (synopsis
+     "Python implementation of RLP (Recursive Length Prefix encoding)")
+    (description
+     "@code{simple-rlp} is a python implementation of RLP (Recursive Length \
+Prefix) - Encode and decode data structures.")
+    ;; TODO not vanilla MIT: https://github.com/SamuelHaidu/simple-rlp/issues/1
+    (license license:expat)))
 
 (define-public python-pyicu
   (package
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-08-26 21:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 13:10 [bug#58437] [PATCH 1/4] gnu: Add python-simple-rlp Attila Lendvai
2022-10-11 13:12 ` [bug#58437] [PATCH 2/4] gnu: python-trezor: Update to 0.13.3 Attila Lendvai
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

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).