emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54229: closed ([PATCH] gnu: Add python-bip39.)


From: GNU bug Tracking System
Subject: bug#54229: closed ([PATCH] gnu: Add python-bip39.)
Date: Mon, 04 Apr 2022 08:34:02 +0000

Your message dated Mon, 04 Apr 2022 10:32:50 +0200
with message-id <87sfqt2qp4.fsf@elephly.net>
and subject line [PATCH] gnu: Add python-bip39.
has caused the debbugs.gnu.org bug report #54229,
regarding [PATCH] gnu: Add python-bip39.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54229: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54229
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-bip39. Date: Thu, 3 Mar 2022 10:11:05 +0100
* gnu/packages/python-xyz.scm (python-bip39): New variable.
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c05502388e..ea6694972e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1242,6 +1242,29 @@ (define-public python-bidict
 for working with bidirectional mappings in Python.")
     (license license:mpl2.0)))
 
+(define-public python-bip39
+  (package
+    (name "python-bip39")
+    (version "0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "bip39" version))
+       (sha256
+        (base32 "18m7d3gi7vj2zi0bl1z7m0nhcj6i8j9vj4vil276siagnpkv64ry"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/de-centralized-systems/python-bip39/";)
+    (synopsis "Self-contained and simple BIP39 implementation in Python")
+    (description
+     "This package provides a self-contained and simple BIP39
+implementation written in Python.  It includes a @code{bip39.py} executable.
+
+BIP39 is a standardized mapping between binary data (the @emph{entropy}),
+and a list of words that are easier to remember for humans (the
+@emph{mnemonic}).")
+    (license license:expat)))
+
 (define-public python-bitarray
   (package
     (name "python-bitarray")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add python-bip39. Date: Mon, 04 Apr 2022 10:32:50 +0200 User-agent: mu4e 1.6.10; emacs 28.0.50
Thank you for the patch!  I pushed it with commit
4d336ecf200e1011eed6433f4a74e3fa7272b3af.

-- 
Ricardo


--- End Message ---

reply via email to

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