From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4iNe-0001zt-L3 for guix-patches@gnu.org; Wed, 18 Oct 2017 03:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4iNb-0001k2-Aq for guix-patches@gnu.org; Wed, 18 Oct 2017 03:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4iNb-0001ir-6y for guix-patches@gnu.org; Wed, 18 Oct 2017 03:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e4iNZ-0005qf-Lo for guix-patches@gnu.org; Wed, 18 Oct 2017 03:03:02 -0400 Subject: [bug#28887] [PATCH 0/1] gnu: Add python-hy. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4iNA-0001hB-LP for guix-patches@gnu.org; Wed, 18 Oct 2017 03:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4iN5-00018P-2e for guix-patches@gnu.org; Wed, 18 Oct 2017 03:02:36 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:43824) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4iN4-00017y-Rg for guix-patches@gnu.org; Wed, 18 Oct 2017 03:02:31 -0400 Received: by mail-lf0-x229.google.com with SMTP id a16so4629387lfk.0 for ; Wed, 18 Oct 2017 00:02:30 -0700 (PDT) Received: from magnolia (ppp92-100-105-120.pppoe.avangarddsl.ru. [92.100.105.120]) by smtp.gmail.com with ESMTPSA id m1sm2392539lfg.28.2017.10.18.00.02.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 18 Oct 2017 00:02:28 -0700 (PDT) From: Oleg Pykhalov Date: Wed, 18 Oct 2017 10:02:27 +0300 Message-ID: <87infdlz0c.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0000-cover-letter.patch Content-Description: [PATCH 0/1] gnu: Add python-hy. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28887@debbugs.gnu.org >From cbf5108f155a5160d8947deefbd4bd4eb74e9357 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 18 Oct 2017 09:58:53 +0300 Subject: [PATCH 0/1] gnu: Add python-hy. Hello Guix, Here is a Lisp implementation for Python. I'm not sure about license field. ./LICENSE Copyright 2017 the authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Oleg Pykhalov (1): gnu: Add python-hy. gnu/packages/python.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) -- 2.14.2