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
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
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
> > +
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"
Julien Lepiller skribis:
> * gnu/packages/python.scm (python-openid): New variable.
LGTM, thanks!