From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH] mailmanclient Date: Wed, 28 Sep 2016 17:25:52 +0000 Message-ID: <87d1joaqcf.fsf@we.make.ritual.n0.is> References: <87intgaren.fsf@we.make.ritual.n0.is> <20160928171449.GA11989@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpIch-0007Yt-Aa for guix-devel@gnu.org; Wed, 28 Sep 2016 13:26:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpIcb-0001fF-JN for guix-devel@gnu.org; Wed, 28 Sep 2016 13:26:22 -0400 Received: from aibo.runbox.com ([91.220.196.211]:41238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpIcb-0001eJ-C4 for guix-devel@gnu.org; Wed, 28 Sep 2016 13:26:17 -0400 In-Reply-To: <20160928171449.GA11989@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > [ Unknown signature status ] > On Wed, Sep 28, 2016 at 05:02:56PM +0000, ng0 wrote: >> Subject: [PATCH] gnu: Add python-mailmanclient. >> >> * gnu/packages/mail.scm (python-mailmanclient): New variable. > >> +(define-public python2-mailmanclient >> + (let ((base (package-with-python2 >> + (strip-python2-variant python-mailmanclient)))) >> + (package (inherit base) >> + (native-inputs >> + `(("python2-setuptools" ,python2-setuptools)))))) > > This variant will not be used unless there is a python2-variant > properties field in python-mailman, like this: > > (properties `((python2-variant . ,(delay python2-mailmanclient)))) > > You can see the recent commit "gnu: Add python-q. (e8c9b01090)" for an > example in context. Is this necessary for all python2 package variants? I rarely see this. -- ng0