unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 31980@debbugs.gnu.org
Subject: [bug#31980] [PATCH 2/3] gnu: Add python-scrypt.
Date: Tue, 26 Jun 2018 19:21:06 +0200	[thread overview]
Message-ID: <20180626172107.31497-2-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20180626172107.31497-1-mail@nicolasgoaziou.fr>

* gnu/packages/python-crypto.scm (python-scrypt): New variable.
---
 gnu/packages/python-crypto.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index e29eaea80..14e20d1e4 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -945,3 +945,23 @@ main features are:
 @item Duniter signing key
 @end itemize")
     (license license:gpl3+)))
+
+(define-public python-scrypt
+  (package
+    (name "python-scrypt")
+    (version "0.8.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "scrypt" version))
+       (sha256
+        (base32
+         "0b9nw10hfdl0jflm3b62q485ssc3f3f33lpg4yy407gs8wnrn8zq"))))
+    (build-system python-build-system)
+    (inputs
+     `(("openssl" ,openssl)))
+    (home-page "http://bitbucket.org/mhallin/py-scrypt")
+    (synopsis "Bindings for the scrypt key derivation function library")
+    (description "This is a set of Python bindings for the scrypt key
+derivation function.")
+    (license license:bsd-2)))
-- 
2.18.0

  reply	other threads:[~2018-06-26 17:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 17:19 [bug#31980] [PATCH 0/3] Add Silkaj Nicolas Goaziou
2018-06-26 17:21 ` [bug#31980] [PATCH 1/3] gnu: Add python-commandlines Nicolas Goaziou
2018-06-26 17:21   ` Nicolas Goaziou [this message]
2018-06-26 17:21   ` [bug#31980] [PATCH 3/3] gnu: Add silkaj Nicolas Goaziou
2018-06-27 22:20 ` [bug#31980] Add Silkaj take 2 Nicolas Goaziou
2018-07-02 15:29   ` Ludovic Courtès
2018-07-02 15:54     ` bug#31980: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180626172107.31497-2-mail@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=31980@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).