guix-patches
[Top][All Lists]
Advanced

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

[bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome.


From: Leo Famulari
Subject: [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome.
Date: Mon, 22 Jan 2018 15:33:02 -0500
User-agent: Mutt/1.9.2 (2017-12-15)

On Mon, Jan 22, 2018 at 11:05:24PM +0300, Oleg Pykhalov wrote:
> * gnu/packages/python-crypto.scm (python-pycryptodome): New public variable.

> +(define-public python-pycryptodome
> +  (package
> +    ;; XXX: Skipping GMP tests which requires not packaged 'mpir' library.
> +    (name "python-pycryptodome")

I don't understand this comment.

> +    (home-page "http://www.pycryptodome.org";)

Please use HTTPS here.

> +    (synopsis "Cryptographic library for Python")
> +    (description "This package provides a cryptographic library for Python.")

If possible, please give a little more information in the description.
I'm specifically interested in how this library differs from the Python
'cryptography' library.

Attachment: signature.asc
Description: PGP signature


reply via email to

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