From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python-stem. Date: Fri, 12 Aug 2016 13:56:42 -0400 Message-ID: <20160812175642.GA10275@jasmine> References: <87d1lftmys.fsf@we.make.ritual.n0.is> <87eg5vtgpw.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYGha-0004td-5y for guix-devel@gnu.org; Fri, 12 Aug 2016 13:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYGhW-0001Xm-16 for guix-devel@gnu.org; Fri, 12 Aug 2016 13:57:01 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYGhT-0001Wb-O2 for guix-devel@gnu.org; Fri, 12 Aug 2016 13:56:57 -0400 Content-Disposition: inline In-Reply-To: <87eg5vtgpw.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Thu, Aug 11, 2016 at 04:26:03PM +0000, ng0 wrote: > From d6a5487d361eb667448871c42c96d9007a264214 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 11 Aug 2016 13:42:22 +0000 > Subject: [PATCH] gnu: Add python-stem. > > * gnu/packages/python.scm (python-stem): New variable. > * gnu/packages/python.scm (python2-stem): New variable. Thank you for these patches! Setuptools was not used, so I removed it. I changed 'alist-replace' to 'modify-phases'. I added some dependencies that were missing. The tests passed without them, but they did print some warnings. I shortened the synopsis to satisfy `guix lint`. I also squashed the two patches into one. That is our convention when adding Python 2 and 3 versions of packages. I pushed the result as b227f0be89.