From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/5] gnu: python-requests: Define 'python2-variant'. Date: Tue, 9 Feb 2016 03:29:24 -0500 Message-ID: <20160209082924.GA29486@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT3jv-000890-Et for guix-devel@gnu.org; Tue, 09 Feb 2016 03:33:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aT3jr-0007TX-Eb for guix-devel@gnu.org; Tue, 09 Feb 2016 03:33:39 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:36379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aT3jr-0007TR-85 for guix-devel@gnu.org; Tue, 09 Feb 2016 03:33:35 -0500 Received: from localhost (unknown [172.56.26.115]) by mail.messagingengine.com (Postfix) with ESMTPA id 2C9536801B2 for ; Tue, 9 Feb 2016 03:33:34 -0500 (EST) Content-Disposition: inline In-Reply-To: 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: guix-devel@gnu.org On Tue, Feb 09, 2016 at 03:11:02AM -0500, Leo Famulari wrote: > * gnu/packages/python.scm (python-requests)[properties]: New field. > (python2-requests): Use 'strip-python2-variant'. I see that this commit message is wrong. I mindlessly repeated previous one. > --- > gnu/packages/python.scm | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 4d6b1f7..a107d65 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2190,12 +2190,7 @@ than Python’s urllib2 library.") > "0gdr9dxm24amxpbyqpbh3lbwxc2i42hnqv50sigx568qssv3v2ir")))))) > > (define-public python2-requests > - (let ((requests (package-with-python2 python-requests))) > - (package (inherit requests) > - (propagated-inputs > - `(("python2-wheel" ,python2-wheel) > - ,@(alist-delete "python-wheel" > - (package-propagated-inputs requests))))))) > + (package-with-python2 python-requests)) > > (define-public python-vcversioner > (package > -- > 2.6.3 > >