From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/4] gnu: Add python-pyte. Date: Sun, 1 Jan 2017 16:08:38 -0500 Message-ID: <20170101210838.GA14716@jasmine> References: <1483192922-21411-1-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]:34468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNnN3-0002LG-7i for guix-devel@gnu.org; Sun, 01 Jan 2017 16:08:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNnMy-0004gy-A5 for guix-devel@gnu.org; Sun, 01 Jan 2017 16:08:49 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34684) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNnMx-0004gW-R4 for guix-devel@gnu.org; Sun, 01 Jan 2017 16:08:44 -0500 Content-Disposition: inline In-Reply-To: <1483192922-21411-1-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:01:59PM +0100, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-pyte, python2-pyte): New variables. > + (description "@code{pyte} is an in memory VTxxx-compatible terminal > +emulator. @code{xxx} stands for a series of video terminals, developed by DEC > +between 1970 and 1995. The first, and probably the most famous one, was VT100 > +terminal, which is now a de-facto standard for all virtual terminal > +emulators. pyte follows the suit.") I'm not sure what you mean by "pyte follows the suit." Otherwise LGTM!