GNU bug report logs - #58696
[PATCH] gnu: Add python-eris.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sat, 22 Oct 2022 00:57:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58696 in the body.
You can then email your comments to 58696 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58696; Package guix-patches. (Sat, 22 Oct 2022 00:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 22 Oct 2022 00:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
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





Information forwarded to guix-patches <at> gnu.org:
bug#58696; Package guix-patches. (Thu, 03 Nov 2022 16:26:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: 58696 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#58696] [PATCH] gnu: Add python-eris.
Date: Thu, 03 Nov 2022 17:22:23 +0100
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * 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(+)

Hi jgart,

This seems OK to me, although the license needs checking as I mention
below.

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

There's a @acronym thing you could use here.

> +    (license license:gpl2+)))

Can you check this? It seems different to me.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#58696; Package guix-patches. (Thu, 03 Nov 2022 16:26:02 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Thu, 03 Nov 2022 17:06:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#58696; Package guix-patches. (Thu, 03 Nov 2022 17:33:01 GMT) Full text and rfc822 format available.

Message #16 received at 58696 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 58696 <at> debbugs.gnu.org
Cc: Christopher Baines <mail <at> cbaines.net>, jgart <jgart <at> dismail.de>
Subject: [PATCH v2] gnu: Add python-eris.
Date: Thu,  3 Nov 2022 12:30:44 -0500
* gnu/packages/python-xyz.scm (python-eris): New variable.

Hi, thanks for the review. Here's an updated patch with your requests.
---
 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 04cc2a363b..342e9c0a34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31225,6 +31225,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 @acronym{ERIS, Encoding for Robust Immutable
+Storage}.")
+    (license license:lgpl3+)))
+
 (define-public shrinkwrap
   (package
     (name "shrinkwrap")
-- 
2.38.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 03 Nov 2022 17:56:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Thu, 03 Nov 2022 17:56:02 GMT) Full text and rfc822 format available.

Message #21 received at 58696-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: 58696-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: Add python-eris.
Date: Thu, 03 Nov 2022 18:55:07 +0100
[Message part 1 (text/plain, inline)]
jgart <jgart <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Dec 2022 12:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.