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

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

bug#58696: closed ([PATCH] gnu: Add python-eris.)


From: GNU bug Tracking System
Subject: bug#58696: closed ([PATCH] gnu: Add python-eris.)
Date: Thu, 03 Nov 2022 17:56:02 +0000

Your message dated Thu, 03 Nov 2022 18:55:07 +0100
with message-id <87v8nvkjmr.fsf@cbaines.net>
and subject line Re: [PATCH v2] gnu: Add python-eris.
has caused the debbugs.gnu.org bug report #58696,
regarding [PATCH] gnu: Add python-eris.
to be marked as done.

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


-- 
58696: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58696
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-eris. Date: Fri, 21 Oct 2022 19:55:30 -0500
* gnu/packages/python-xyz.scm (python-eris): New variable.

Codeberg mirror seems to get stuck on a request.

PyPi doesn't include tests.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 706de291c9..e90dede7fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31142,6 +31142,25 @@ (define-public python-lief
 and abstract ELF, PE and MachO formats.")
     (license license:asl2.0)))
 
+(define-public python-eris
+  (package
+    (name "python-eris")
+    (version "0.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "eris" version))
+              (sha256
+               (base32
+                "16wbmahmfzdzrsjbn8jzi79vhghrzvvlcgnym20q0v3p3i4x47pq"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-pycryptodome))
+    (home-page "https://codeberg.org/eris/python-eris";)
+    (synopsis "Python implementation of ERIS")
+    (description
+"Python implementation of the Encoding for Robust Immutable Storage
+(ERIS).")
+    (license license:gpl2+)))
+
 (define-public shrinkwrap
   (package
     (name "shrinkwrap")
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: Add python-eris. Date: Thu, 03 Nov 2022 18:55:07 +0100 User-agent: mu4e 1.8.9; emacs 28.1
jgart <jgart@dismail.de> writes:

> * gnu/packages/python-xyz.scm (python-eris): New variable.
>
> Hi, thanks for the review. Here's an updated patch with your requests.

Great, pushed to master as 9560932ce04bfecdfefc5fdb8699fa1f64887286.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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