From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: 04/06: gnu: Add python-django-gravatar2. Date: Sun, 9 Apr 2017 16:23:54 +0200 Message-ID: <20170409162354.308bac91@lepiller.eu> References: <20170408164140.25323.26426@vcs0.savannah.gnu.org> <20170408164141.E7604219E7@vcs0.savannah.gnu.org> <87r312gg6l.fsf@netris.org> <20170409102053.2b84da75@lepiller.eu> <20170409091541.r44ge2pr4iy375yo@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxDlC-0007sY-Uv for guix-devel@gnu.org; Sun, 09 Apr 2017 10:24:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxDl9-0006Lg-8T for guix-devel@gnu.org; Sun, 09 Apr 2017 10:24:10 -0400 Received: from dau94-h03-89-91-205-84.dsl.sta.abo.bbox.fr ([89.91.205.84]:38069 helo=skaro.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cxDl8-0006LQ-SF for guix-devel@gnu.org; Sun, 09 Apr 2017 10:24:07 -0400 Received: from localhost (localhost [127.0.0.1]) by skaro.lepiller.eu (Postfix) with ESMTP id 6A56781644 for ; Sun, 9 Apr 2017 16:24:04 +0200 (CEST) Received: from skaro.lepiller.eu ([127.0.0.1]) by localhost (lepiller.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SVo5_11hXY_i for ; Sun, 9 Apr 2017 16:23:58 +0200 (CEST) Received: from localhost (bbox.lan [192.168.1.254]) by skaro.lepiller.eu (Postfix) with ESMTPSA id 685D1811BF for ; Sun, 9 Apr 2017 16:23:58 +0200 (CEST) In-Reply-To: <20170409091541.r44ge2pr4iy375yo@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org On Sun, 9 Apr 2017 09:15:41 +0000 ng0 wrote: > Julien Lepiller transcribed 0.9K bytes: > > On Sun, 09 Apr 2017 04:04:34 -0400 > > Mark H Weaver wrote: > > > > > kei@openmailbox.org (Kei Kebreau) writes: > > > > > > > kkebreau pushed a commit to branch master > > > > in repository guix. > > > > > > > > commit 14d8f6538f3af04c2bc879837f94f0bc54177aed > > > > Author: ng0 > > > > 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 > > > > > > 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.