From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gnu: Add python-wtforms. Date: Fri, 12 Feb 2016 18:57:51 -0500 Message-ID: <20160212235751.GA30448@jasmine> References: <87pow190jn.fsf@dustycloud.org> <87io1t8pho.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUNaw-0000C6-IN for guix-devel@gnu.org; Fri, 12 Feb 2016 18:57:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUNat-0002GX-C3 for guix-devel@gnu.org; Fri, 12 Feb 2016 18:57:50 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUNat-0002GL-82 for guix-devel@gnu.org; Fri, 12 Feb 2016 18:57:47 -0500 Content-Disposition: inline In-Reply-To: <87io1t8pho.fsf@dustycloud.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: guix-devel On Fri, Feb 12, 2016 at 03:42:43PM -0800, Christopher Allan Webber wrote: > Thompson, David writes: > > > This looks good, Chris! I can tell by looking at the diff that it's > > based on the wip-mediagoblin. If it cleanly applies on master then I > > say "push"! > > > > - Dave > > Ha, yeah. I'm trying to get through as many MediaGoblin deps as I can. That's awesome! I can't wait to try MediaGoblin with the dependency graph managed by Guix :) > > Leo Famulari writes: > > > On Fri, Feb 12, 2016 at 11:43:56AM -0800, Christopher Allan Webber wrote: > >> From 8de2a4095987efcf1d9b8f1b5d71ba6fc57e12e8 Mon Sep 17 00:00:00 2001 > >> From: Christopher Allan Webber > >> Date: Thu, 11 Feb 2016 16:16:45 -0800 > >> Subject: [PATCH 2/3] gnu: Add python-wtforms > >> > >> * gnu/packages/python.scm (python-wtforms, python2-wtforms): New variables. > > > > It looks good to me, but I wonder if the python-3 variant really needs > > setuptools? If so, okay. If not, can you use the new python2-variant > > system [0] to provide setuptools for python2-wtforms? > > > > [0] Introduced in 48b311b1b3ba > > Okay, I'll give that a try, and will make an adjustment if appropriate, > and regardless, push after figuring that out. > > Thanks to both of you! >