From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 00/14] Change python-build-system (fixes bug 20765) Date: Wed, 28 Sep 2016 16:54:08 +0100 Message-ID: <87mvism34v.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> References: <1475071107-10765-1-git-send-email-h.goebel@crazy-compilers.com> <57EBCD98.9020407@goebel-consult.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpHBk-0007lL-1e for guix-devel@gnu.org; Wed, 28 Sep 2016 11:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpHBh-0000fw-EP for guix-devel@gnu.org; Wed, 28 Sep 2016 11:54:28 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:58513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpHBf-0000Zu-11 for guix-devel@gnu.org; Wed, 28 Sep 2016 11:54:25 -0400 In-Reply-To: <57EBCD98.9020407@goebel-consult.de> 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: Hartmut Goebel , guix-devel@gnu.org Hartmut Goebel writes: > Hi, minor correction: > > Am 28.09.2016 um 15:58 schrieb Hartmut Goebel: >> This series implements what I proposed in >> . >> >> A) For python2 include python2-setuptools as a native-input by default. > I implemented : > * > A1) Change the Python 2 build to bootstrap pip* Wow, amazing work! I am unable to apply these patches with "git am". Any chance you can resend after "git format-patch"? For long patch series, I tend to "git format-patch -n master --stdout > series.patch". Or push a branch somewhere? It would probably be sensible to run this through Hydra, but I'll try building (@ (gnu packages python)) on my server. Thanks!