[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: Add python2-pycrypto.
From: |
Alex Kost |
Subject: |
01/08: gnu: Add python2-pycrypto. |
Date: |
Fri, 31 Jul 2015 08:05:22 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit 345f0611af635a9e525f6650e537b8a7ebfbfcd4
Author: Eric Dvorsak <address@hidden>
Date: Sat Jul 25 21:31:05 2015 +0200
gnu: Add python2-pycrypto.
* gnu/packages/python.scm (python2-pycrypto): New variable.
Signed-off-by: Alex Kost <address@hidden>
---
gnu/packages/python.scm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9d83e9a..88ab442 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2015 Pierre-Antoine Rault <address@hidden>
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015 Christopher Allan Webber <address@hidden>
+;;; Copyright © 2015 Eric Dvorsak <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -538,6 +539,9 @@ and RIPEMD160), and various encryption algorithms (AES,
DES, RSA, ElGamal,
etc.). The package is structured to make adding new modules easy.")
(license public-domain)))
+(define-public python2-pycrypto
+ (package-with-python2 python-pycrypto))
+
(define-public python-keyring
(package
(name "python-keyring")
- branch master updated (99e29da -> 9589c68), Alex Kost, 2015/07/31
- 01/08: gnu: Add python2-pycrypto.,
Alex Kost <=
- 02/08: gnu: Add python-ccm., Alex Kost, 2015/07/31
- 05/08: gnu: Add python-paramiko., Alex Kost, 2015/07/31
- 03/08: gnu: Add python-ecdsa., Alex Kost, 2015/07/31
- 04/08: gnu: Add python-httplib2., Alex Kost, 2015/07/31
- 06/08: gnu: Add python-py-bcrypt., Alex Kost, 2015/07/31
- 07/08: gnu: Add python-passlib., Alex Kost, 2015/07/31
- 08/08: gnu: Add python2-ansible., Alex Kost, 2015/07/31