GNU bug report logs -
#31121
[PATCH 1/3] gnu: Add python2-urlgrabber
Previous Next
Reported by: Tomáš Čech <sleep_walker <at> gnu.org>
Date: Tue, 10 Apr 2018 09:26:01 UTC
Severity: normal
Tags: patch
Done: Tomáš Čech <sleep_walker <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 31121 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-crypto.scm (python-m2crypto): New variable.
(python2-m2crypto): New variable.
---
gnu/packages/python-crypto.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 5bfaab171..1ef6371ee 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2016 Danny Milosavljevic <dannym+a <at> scratchpost.org>
;;; Copyright © 2016, 2017 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2017 Carlo Zancanaro <carlo <at> zancanaro.id.au>
+;;; Copyright © 2018 Tomáš Čech <sleep_walker <at> gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -761,3 +762,30 @@ in userspace)
(define-public python2-pycryptodome
(package-with-python2 python-pycryptodome))
+
+(define-public python-m2crypto
+ (package
+ (name "python-m2crypto")
+ (version "0.29.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "M2Crypto" version))
+ (sha256
+ (base32 "1h16gpilrnlzc0iyj1mnd1iqh8wchzjsxjqw9n344glimg2s5zm0"))))
+ (build-system python-build-system)
+ (inputs `(("openssl" ,openssl)))
+ (propagated-inputs `(("python-typing" ,python-typing)))
+ (home-page "https://gitlab.com/m2crypto/m2crypto")
+ (synopsis "Python crypto and SSL toolkit")
+ (description "@code{M2Crypto} is complete Python wrapper for OpenSSL
+featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers
+(including AES); TLS functionality to implement clients and servers; HTTPS
+extensions to Python's httplib, urllib, and xmlrpclib; unforgeable HMAC'ing
+AuthCookies for web session management; FTP/TLS client and server; S/MIME;
+M2Crypto can also be used to provide SSL for Twisted. Smartcards supported
+through the Engine interface.")
+ (license license:expat)))
+
+(define-public python2-m2crypto
+ (package-with-python2 python-m2crypto))
--
2.16.3
This bug report was last modified 7 years and 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.