unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 30211@debbugs.gnu.org
Subject: [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome.
Date: Mon, 22 Jan 2018 23:05:24 +0300	[thread overview]
Message-ID: <20180122200525.561-2-go.wigust@gmail.com> (raw)
In-Reply-To: <20180122200525.561-1-go.wigust@gmail.com>

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

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index a545f0ddc..a096fb3f5 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -715,3 +715,24 @@ protocol (Javascript Object Signing and Encryption).")
 
 (define-public python2-josepy
   (package-with-python2 python-josepy))
+
+(define-public python-pycryptodome
+  (package
+    ;; XXX: Skipping GMP tests which requires not packaged 'mpir' library.
+    (name "python-pycryptodome")
+    (version "3.4.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pycryptodome" version))
+       (sha256
+        (base32
+         "1xrsd6ql4w0ypkxnsg3fivs3r3z6dd93x44lhvam7jzh3gixzn0q"))))
+    (build-system python-build-system)
+    (home-page "http://www.pycryptodome.org")
+    (synopsis "Cryptographic library for Python")
+    (description "This package provides a cryptographic library for Python.")
+    (license license:bsd-2)))
+
+(define-public python2-pycryptodome
+  (package-with-python2 python-pycryptodome))
-- 
2.15.1

  reply	other threads:[~2018-01-22 20:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-22 19:33 [bug#30211] gnu: Add streamlink (program to extract streams from various services) Oleg Pykhalov
2018-01-22 20:05 ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Oleg Pykhalov
2018-01-22 20:05   ` Oleg Pykhalov [this message]
2018-01-22 20:33     ` [bug#30211] [PATCH 3/4] gnu: Add python-pycryptodome Leo Famulari
2018-01-23 10:23       ` Oleg Pykhalov
2018-01-23 21:25         ` Leo Famulari
2018-01-24 21:48           ` Oleg Pykhalov
2018-01-22 20:05   ` [bug#30211] [PATCH 4/4] gnu: Add streamlink Oleg Pykhalov
2018-01-22 20:35     ` Leo Famulari
2018-01-23 10:40       ` Oleg Pykhalov
2018-01-23 11:05       ` Oleg Pykhalov
2018-01-23 21:36         ` Leo Famulari
2018-01-24 21:58           ` bug#30211: " Oleg Pykhalov
2018-01-22 20:29   ` [bug#30211] [PATCH 2/4] gnu: Add python-iso3166 Leo Famulari
2018-01-23 11:25     ` Oleg Pykhalov
2018-01-24 21:50       ` Oleg Pykhalov
2018-01-22 20:28 ` [bug#30211] gnu: Add streamlink (program to extract streams from various services) Leo Famulari
2018-01-23 10:47   ` Oleg Pykhalov
2018-01-23 21:20     ` Leo Famulari
2018-01-24 21:50       ` Oleg Pykhalov

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=20180122200525.561-2-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=30211@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).