guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/10] gnu: Add python-pyasn1-modules.


From: Efraim Flashner
Subject: Re: [PATCH 08/10] gnu: Add python-pyasn1-modules.
Date: Mon, 7 Dec 2015 21:28:11 +0200

On Thu,  3 Dec 2015 16:43:29 +0200
Efraim Flashner <address@hidden> wrote:

> * gnu/packages/python.scm (python-pyasn1-modules)
> (python2-pyasn1-modules): New variables.
> ---
>  gnu/packages/python.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 5c71aac..0323399 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -5634,6 +5634,30 @@ 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-pyasn1" ,python-pyasn1)
> +     ("python-setuptools" ,python-setuptools)))
> +  (home-page "http://sourceforge.net/projects/pyasn1/";)
> +  (synopsis "Collection of ASN.1-based protocols modules")
> +  (description
> +   "Pyasn1-modules is a collection of ASN.1-based protocols modules.")
> +  (license bsd-3)))
> +
> +(define-public python2-pyasn1-modules
> +  (package-with-python2 python-pyasn1-modules))
> +
>  (define-public python2-ipaddress
>    (package
>      (name "python2-ipaddress")



-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: 0008-gnu-Add-python-pyasn1-modules.patch
Description: Text Data

Attachment: pgpIKW_dqkFts.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]