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

2017-02-15 Thread Julien Lepiller
On Tue, 14 Feb 2017 16:53:40 + ng0 wrote: > > As you can see here > https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=defusedxml&submit=Search!&idxname=guix-devel&max=20&result=normal&sort=score > they have not been pushed (as part of postorius) because Harmut had a > question, django p

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

2017-02-14 Thread ng0
On 17-02-14 15:55:11, ng0 wrote: > On 17-02-14 16:23:13, Marius Bakke wrote: > > Julien Lepiller writes: > > > > > * gnu/packages/python.scm (python-openid): New variable. > > > > [...] > > > > > +(define-public python-openid > > > + (package > > > +(name "python-openid") > > > +(ver

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

2017-02-14 Thread ng0
On 17-02-14 16:23:13, Marius Bakke wrote: > Julien Lepiller writes: > > > * gnu/packages/python.scm (python-openid): New variable. > > [...] > > > +(define-public python-openid > > + (package > > +(name "python-openid") > > +(version "3.0.10") > > +(source > > + (origin > > +

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

2017-02-14 Thread Marius Bakke
Julien Lepiller 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"

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

2017-02-13 Thread Ludovic Courtès
Julien Lepiller skribis: > * gnu/packages/python.scm (python-openid): New variable. LGTM, thanks!