[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 04/06: gnu: Add python-django-gravatar2.
From: |
Julien Lepiller |
Subject: |
Re: 04/06: gnu: Add python-django-gravatar2. |
Date: |
Sun, 9 Apr 2017 16:23:54 +0200 |
On Sun, 9 Apr 2017 09:15:41 +0000
ng0 <address@hidden> wrote:
> Julien Lepiller transcribed 0.9K bytes:
> > On Sun, 09 Apr 2017 04:04:34 -0400
> > Mark H Weaver <address@hidden> wrote:
> >
> > > address@hidden (Kei Kebreau) writes:
> > >
> > > > kkebreau pushed a commit to branch master
> > > > in repository guix.
> > > >
> > > > commit 14d8f6538f3af04c2bc879837f94f0bc54177aed
> > > > Author: ng0 <address@hidden>
> > > > Date: Wed Feb 15 10:09:25 2017 +0000
> > > >
> > > > gnu: Add python-django-gravatar2.
> > > >
> > > > * gnu/packages/django.scm (python-django-gravatar2): New
> > > > variable.
> > > > Signed-off-by: Kei Kebreau <address@hidden>
> > >
> > > python-django-gravatar2 fails to build on Hydra:
> > >
> > > https://hydra.gnu.org/build/1974931 (x86_64-linux)
> > > https://hydra.gnu.org/build/1974902 (i686-linux)
> > >
> > > The python2-* variants build successfully.
> > >
> > > Mark
> > >
> >
> > I think the package alrady in master is mine, and it is not working
> > properly (I think it doesn't build anymore anyway). We should
> > probably replace it with ng0's. I will send a patch later today.
> >
>
> I'm rather puzzled about django, and no one replied to the question
> Harmut put up for discussion weeks ago.
>
> There's this:
> https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00795.html
>
> where I see Julien also added the python-openid I forgot to remove out
> of my branch back then.
I replied to the wrong thread, I was talking about python-openid, not
django, sorry. Working on python-openid, I added the same dependencies
as in your patch, but I can't make it pass its tests. I get:
TypeError: __init__() missing 2 required positional arguments: 'desc'
and 'line'
Did you meet this before? I don't understand where it comes from.