unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58696] [PATCH] gnu: Add python-eris.
@ 2022-10-22  0:55 jgart via Guix-patches via
  2022-11-03 16:22 ` Christopher Baines
  2022-11-03 17:30 ` [bug#58696] [PATCH v2] " jgart via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-10-22  0:55 UTC (permalink / raw)
  To: 58696; +Cc: jgart

* 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





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

* [bug#58696] [PATCH] gnu: Add python-eris.
  2022-10-22  0:55 [bug#58696] [PATCH] gnu: Add python-eris jgart via Guix-patches via
@ 2022-11-03 16:22 ` Christopher Baines
  2022-11-03 17:30 ` [bug#58696] [PATCH v2] " jgart via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2022-11-03 16:22 UTC (permalink / raw)
  To: jgart; +Cc: 58696

[-- Attachment #1: Type: text/plain, Size: 1562 bytes --]


jgart via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#58696] [PATCH v2] gnu: Add python-eris.
  2022-10-22  0:55 [bug#58696] [PATCH] gnu: Add python-eris jgart via Guix-patches via
  2022-11-03 16:22 ` Christopher Baines
@ 2022-11-03 17:30 ` jgart via Guix-patches via
  2022-11-03 17:55   ` bug#58696: " Christopher Baines
  1 sibling, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-03 17:30 UTC (permalink / raw)
  To: 58696; +Cc: Christopher Baines, jgart

* 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





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

* bug#58696: [PATCH v2] gnu: Add python-eris.
  2022-11-03 17:30 ` [bug#58696] [PATCH v2] " jgart via Guix-patches via
@ 2022-11-03 17:55   ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2022-11-03 17:55 UTC (permalink / raw)
  To: jgart; +Cc: 58696-done

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-11-03 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  0:55 [bug#58696] [PATCH] gnu: Add python-eris jgart via Guix-patches via
2022-11-03 16:22 ` Christopher Baines
2022-11-03 17:30 ` [bug#58696] [PATCH v2] " jgart via Guix-patches via
2022-11-03 17:55   ` bug#58696: " Christopher Baines

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