From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 'python-build-system' Date: Mon, 29 Apr 2013 13:50:00 +0200 Message-ID: <87li81k13r.fsf@gnu.org> References: <87sj34zvn1.fsf@karetnikov.org> <87ehdwkntv.fsf@gnu.org> <87sj2b8llf.fsf@karetnikov.org> <517DA7BB.9090807@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWmb0-0008BX-MF for bug-guix@gnu.org; Mon, 29 Apr 2013 07:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWmaw-0007Gj-2r for bug-guix@gnu.org; Mon, 29 Apr 2013 07:50:14 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=48095 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWmav-00071V-Sq for bug-guix@gnu.org; Mon, 29 Apr 2013 07:50:09 -0400 In-Reply-To: <517DA7BB.9090807@gmail.com> (Cyril Roelandt's message of "Mon, 29 Apr 2013 00:50:35 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > On 04/28/2013 03:55 AM, Nikita Karetnikov wrote: >>> What=E2=80=99s the status of this? It would be great to have it in tim= e for >>> 0.2. >> >> OK, I'll try to finalize it today. > > Should we really call this "python-build-system" ? I think there are a > few different build systems for Python, even though they are all forks > of one another (distutils, setuptools, distutils2, distribute, and > maybe others). But how do they differ from the user=E2=80=99s POV? My understanding was t= hat distutils* and setuptools provide the =E2=80=98python setup.py=E2=80=99 int= erface, with the same arguments and everything, no? > I'm not sure that Python chose one of these as the "official" build > system. Maybe we should use names such as > "python-setuptools-build-system". WDYT ? If the command-line interface is different, then yes. But if they have the same command-line interface, then it doesn=E2=80=99t make sense to distinguish among them, I think. Thanks, Ludo=E2=80=99.