From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: Re: [PATCH 5/5] gnu: Add python-hy. Date: Sat, 16 Jan 2016 08:20:08 +0800 Message-ID: <87r3hil6iv.fsf@member.fsf.org> References: <1452648447-2684-1-git-send-email-iyzsong@gmail.com> <1452648447-2684-5-git-send-email-iyzsong@gmail.com> <87a8o695za.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKEbl-0006u5-2m for guix-devel@gnu.org; Fri, 15 Jan 2016 19:20:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKEbh-0006Nj-R1 for guix-devel@gnu.org; Fri, 15 Jan 2016 19:20:45 -0500 Received: from smtp19.openmailbox.org ([62.4.1.53]:49340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKEbh-0006Mx-LW for guix-devel@gnu.org; Fri, 15 Jan 2016 19:20:41 -0500 In-Reply-To: <87a8o695za.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Fri, 15 Jan 2016 17:12:41 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/python.scm (python-hy, python2-hy): New variables. > > [...] > >> + (home-page "http://hylang.org/") >> + (synopsis "Lisp frontend to Python") >> + (description >> + "Hy is a dialect of Lisp that's embedded in Python. >> + >> +Since Hy transforms its Lisp code into the Python Abstract Syntax Tree,= you >> +have the whole world of Python at your fingertips, in Lisp form.") > > I would remove the newline. > > Otherwise LGTM, thanks! Pushed, thanks for the review!