From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 00/14] Change python-build-system (fixes bug 20765) Date: Sun, 2 Oct 2016 14:01:38 -0400 Message-ID: <20161002180138.GB22791@jasmine> References: <1475071107-10765-1-git-send-email-h.goebel@crazy-compilers.com> <57EBCD98.9020407@goebel-consult.de> <87mvism34v.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <57EC008A.4030006@crazy-compilers.com> <87bmz5ih9u.fsf@ike.i-did-not-set--mail-host-address--so-tickle-me> <87wphqesmc.fsf@gnu.org> <57F14455.8060506@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bql5D-0006zp-GS for guix-devel@gnu.org; Sun, 02 Oct 2016 14:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bql5A-0002tm-CD for guix-devel@gnu.org; Sun, 02 Oct 2016 14:01:51 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:45853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bql59-0002rn-5g for guix-devel@gnu.org; Sun, 02 Oct 2016 14:01:48 -0400 Content-Disposition: inline In-Reply-To: <57F14455.8060506@crazy-compilers.com> 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 Cc: guix-devel@gnu.org On Sun, Oct 02, 2016 at 07:31:01PM +0200, Hartmut Goebel wrote: > Am 02.10.2016 um 16:24 schrieb Ludovic Courtès: > > > >> Subject: [PATCH 2/2] guix: python-build-system: Import setuptools before > >> calling `setup.py'. > >> > >> This is needed for packages using "distutils" instead of "setuptools" > >> since the former does not understand the > >> "--single-version-externally-managed" flag. Also export __file__ since > >> it will be unset when setup.py is called from python "exec". > > Please move this explanation as a comment right above the newly-added > > code. > > @marius: I already added this comment, see the fixups on my branch at > gitlab (which I'm going to clean up when we all agree on the result). Let us know when the two of you think the code is ready to be tested on Hydra, and I will set it up.