guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add python-openid.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add python-openid.
Date: Tue, 14 Feb 2017 16:23:13 +0100
User-agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Julien Lepiller <address@hidden> writes:

> * gnu/packages/python.scm (python-openid): New variable.

[...]
  
> +(define-public python-openid
> +  (package
> +    (name "python-openid")
> +    (version "3.0.10")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (pypi-uri "python3-openid" version))
> +       (sha256
> +        (base32
> +         "1x3nh3fycqfn43jp5j5pb4q4y2jxp4mdka4absaa3bc0078qd758"))))
> +    (build-system python-build-system)
> +    (home-page "https://github.com/necaris/python3-openid";)
> +    (synopsis "OpenID support for servers and consumers")
> +    (description "This library provides OpenID authentication for Python, 
> both
> +for clients and servers.")
> +    (license license:asl2.0)))

Hi Julien,

This package has a runtime dependency on 'defusedxml' according to the
setup.py file. It is currently silently failing its tests due to this,
and a bug in python-build-system[0].

Could you look into packaging it and using it for this package?

[0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25177

Attachment: signature.asc
Description: PGP signature


reply via email to

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