From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Python-build-system does not honour phases Date: Tue, 10 Sep 2013 23:34:29 +0200 Message-ID: <20130910213429.GA10733@debian> References: <20130907222607.GA28990@debian> <87hadtfzk4.fsf@gnu.org> <20130910082655.GA8621@debian> <20130910132836.GA4248@debian> <87k3iobm2o.fsf@gnu.org> <20130910190717.GA8670@debian> <20130910192725.GA9186@debian> <87ob8074rz.fsf@gnu.org> 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]:34025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJVa8-0005D4-66 for guix-devel@gnu.org; Tue, 10 Sep 2013 17:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJVZx-0004n3-QU for guix-devel@gnu.org; Tue, 10 Sep 2013 17:34:44 -0400 Content-Disposition: inline In-Reply-To: <87ob8074rz.fsf@gnu.org> List-Id: 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Sep 10, 2013 at 11:20:16PM +0200, Ludovic Courtès wrote: > It think it’s OK to create it anyway, and not even try to remove it, > because packages that use ‘python-build-system’ surely have Python > modules to install, no? Maybe. Bazaar does. Calibre creates elf executables, but also installs python modules. So I will go ahead with this. Andreas