From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add python2-rpython. Date: Sat, 29 Oct 2016 23:49:43 +0200 Message-ID: <87oa22akqw.fsf@elephly.net> References: <87vawb1jjy.fsf@gmail.com> <7edb2ecc-3736-5cb3-52c1-9523d3dd18b0@crazy-compilers.com> <87mvhnjglw.fsf@gmail.com> <871syzt3jr.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0bVk-0001O7-8t for guix-devel@gnu.org; Sat, 29 Oct 2016 17:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0bVh-0000Ld-7w for guix-devel@gnu.org; Sat, 29 Oct 2016 17:49:56 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21301) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0bVg-0000LZ-V3 for guix-devel@gnu.org; Sat, 29 Oct 2016 17:49:53 -0400 In-reply-to: <871syzt3jr.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke writes: > Alex Vong writes: > >> * gnu/packages/python.scm (python2-rpython): New variable. > > [...] > >> +;;; The RPython toolchain currently does not support Python 3. > ^^^ > Only two semicolons here. The rest LGTM. I committed the patch with this change. Thanks! ~~ Ricardo