From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/4] gnu: Add python-blessings. Date: Sun, 1 Jan 2017 16:11:54 -0500 Message-ID: <20170101211154.GB14716@jasmine> References: <1483192922-21411-1-git-send-email-h.goebel@crazy-compilers.com> <1483192922-21411-2-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNnQ8-0002qY-9j for guix-devel@gnu.org; Sun, 01 Jan 2017 16:12:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNnQ5-0005bS-6N for guix-devel@gnu.org; Sun, 01 Jan 2017 16:12:00 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:53183) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNnQ5-0005bK-1x for guix-devel@gnu.org; Sun, 01 Jan 2017 16:11:57 -0500 Content-Disposition: inline In-Reply-To: <1483192922-21411-2-git-send-email-h.goebel@crazy-compilers.com> 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: Hartmut Goebel Cc: guix-devel@gnu.org On Sat, Dec 31, 2016 at 03:02:00PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-blessings, python2-blessings): New > variables. > + (description "Blessings is a pythonic API to manipulate terminal. It > +provides similar features to curses but beating some of their limitations: it I'd say "but avoids some of curses's limitations". Otherwise LGTM.