[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add python-pyasn1-modules.
From: |
Efraim Flashner |
Subject: |
05/10: gnu: Add python-pyasn1-modules. |
Date: |
Sun, 17 Jan 2016 20:38:44 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 5988c299c4bf8d7adf399a885849db7c99b668df
Author: Efraim Flashner <address@hidden>
Date: Tue Nov 24 18:25:36 2015 +0200
gnu: Add python-pyasn1-modules.
* gnu/packages/python.scm (python-pyasn1-modules)
(python2-pyasn1-modules): New variables.
---
gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0c3df3b..76589ff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5642,6 +5642,32 @@ suitable for a wide range of protocols based on the
ASN.1 specification.")
(define-public python2-pyasn1
(package-with-python2 python-pyasn1))
+(define-public python-pyasn1-modules
+ (package
+ (name "python-pyasn1-modules")
+ (version "0.0.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyasn1-modules" version))
+ (sha256
+ (base32
+ "0drqgw81xd3fxdlg89kgd79zzrabvfncvkbybi2wr6w2y4s1jmhh"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-setuptools" ,python-setuptools)))
+ (propagated-inputs
+ `(("python-pyasn1" ,python-pyasn1)))
+ (home-page "http://sourceforge.net/projects/pyasn1/")
+ (synopsis "ASN.1 codec implementations")
+ (description
+ "Pyasn1-modules is a collection of Python modules providing ASN.1 types
and
+implementations of ASN.1-based codecs and protocols.")
+ (license bsd-3)))
+
+(define-public python2-pyasn1-modules
+ (package-with-python2 python-pyasn1-modules))
+
(define-public python2-ipaddress
(package
(name "python2-ipaddress")
- branch master updated (fb492b9 -> e8d2168), Efraim Flashner, 2016/01/17
- 02/10: gnu: Add python-futures., Efraim Flashner, 2016/01/17
- 01/10: gnu: Add python-keystoneclient., Efraim Flashner, 2016/01/17
- 04/10: gnu: Add python-rauth., Efraim Flashner, 2016/01/17
- 03/10: gnu: Add python-swiftclient., Efraim Flashner, 2016/01/17
- 05/10: gnu: Add python-pyasn1-modules.,
Efraim Flashner <=
- 06/10: gnu: Add python2-functools32., Efraim Flashner, 2016/01/17
- 10/10: gnu: Add git-annex-remote-hubic., Efraim Flashner, 2016/01/17
- 09/10: gnu: Add python-urllib3., Efraim Flashner, 2016/01/17
- 07/10: gnu: python-pytest-cov: Clarify description., Efraim Flashner, 2016/01/17
- 08/10: gnu: python-wheel: Clarify description., Efraim Flashner, 2016/01/17