On Fri, 11 Dec 2015 15:29:39 +0100
Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> wrote:

> Efraim Flashner <efr...@flashner.co.il> writes:
> 
> > +  (synopsis "Collection of ASN.1-based protocols modules")
> > +  (description
> > +   "Pyasn1-modules is a collection of ASN.1-based protocols modules.")  
> 
> I’m not entirely happy with this description (and the synopsis).  It’s a
> bit awkward.  Is this better?
> 
>     (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.")
> 
> I don’t know.  What do you think?
> 
> ~~ Ricardo

I like yours better. It also meshes better with the synopsis and description
of python-pyasn1.

-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
From 79a6fb93e874a08786fe1a396c3491d978bef112 Mon Sep 17 00:00:00 2001
From: Efraim Flashner <efr...@flashner.co.il>
Date: Tue, 24 Nov 2015 18:25:36 +0200
Subject: [PATCH 5/9] gnu: Add python-pyasn1-modules.

* gnu/packages/python.scm (python-pyasn1-modules)
(python2-pyasn1-modules): New variables.
---
 gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dddc50e..33b6002 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5608,6 +5608,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")
-- 
2.6.4

Attachment: pgpVLKqXJWKaE.pgp
Description: OpenPGP digital signature

Reply via email to