From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 04 15:32:04 2020 Received: (at submit) by debbugs.gnu.org; 4 Jul 2020 19:32:04 +0000 Received: from localhost ([127.0.0.1]:59694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrntM-0006Ei-8O for submit@debbugs.gnu.org; Sat, 04 Jul 2020 15:32:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:44220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jrntJ-0006E7-Es for submit@debbugs.gnu.org; Sat, 04 Jul 2020 15:32:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrntJ-00081U-78 for guix-patches@gnu.org; Sat, 04 Jul 2020 15:32:01 -0400 Received: from knopi.disroot.org ([178.21.23.139]:56154) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrntG-00069H-Pf for guix-patches@gnu.org; Sat, 04 Jul 2020 15:32:00 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3192455E6C for ; Sat, 4 Jul 2020 21:31:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bOCgA3s4ZibM for ; Sat, 4 Jul 2020 21:31:54 +0200 (CEST) From: guy fleury iteriteka DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1593891114; bh=aX8BQcCa2p8r/x9QzKG0jbQQwGR/M5zmNOHzN649rEs=; h=From:To:Subject:Date; b=kEWMco9D4Uc1zNURPYeZdrq01XBNnWECzUhDWy4M+5lRzq8rVgZLA9iZd2dDHzedZ pfVLyj1Pr3Gu0JCW1XN1iuK7bX5PxYkxIPA8aCGuDVIW8eQIfitDOHRoVFPtz88vHl ejEdtVnbYy9uGgpj9i3Y8Cul8WGB4ghFEe/6PgXIP5Q5Iqn9dqHdm+7il61OFh9EvY x2oCkzWJRArEgsmhXOPArNVUrzPRyi6vp0vhKcnBzV/sT3fDb5imUcBi4W1VL6ckY6 OrorzJIiYNqbMg5YwWnp6LszUy1zJIZuiiE12oPY5lprW6G7OKnK1leATVbsVFGAvc bEmHqxsYx4Mpg== To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add python-terminaltables Date: Sat, 4 Jul 2020 21:31:40 +0200 Message-Id: <20200704193142.31083-1-gfleury@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=yes Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=gfleury@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/04 15:31:56 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-xyz.scm(python-terminaltables): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5eee00a..f09c31a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -82,6 +82,7 @@ ;;; Copyright © 2020 Yuval Kogman ;;; Copyright © 2020 Michael Rohleder ;;; Copyright © 2020 Vinicius Monego +;;; Copyright © 2020 Guy Fleury Iteriteka ;;; ;;; This file is part of GNU Guix. ;;; @@ -20402,3 +20403,23 @@ For the most part it's transliterated from C, the major differences are: @end itemize ") (license license:gpl3+))) + +(define-public python-terminaltables + (package + (name "python-terminaltables") + (version "3.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "terminaltables" version)) + (sha256 + (base32 + "109vhldk6nv1z3hzp4dyqf6rjvlhl0y2k5k7qcm9fcrq5swhxszk")))) + (build-system python-build-system) + (home-page "https://github.com/Robpol86/terminaltables") + (synopsis + "Generate simple tables in terminals from a nested list of strings") + (description + "This package makes easy to draw tables in terminal/console applications +from a list of lists of strings. It Supports multi-line rows.") + (license license:expat))) -- 2.25.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:56:52 2020 Received: (at 42201-done) by debbugs.gnu.org; 8 Jul 2020 10:56:52 +0000 Received: from localhost ([127.0.0.1]:37556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7kx-0004D7-OK for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:56:51 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:37987) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt7kv-0004Ct-2n for 42201-done@debbugs.gnu.org; Wed, 08 Jul 2020 06:56:50 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 152F3100006; Wed, 8 Jul 2020 10:56:41 +0000 (UTC) From: Nicolas Goaziou To: guy fleury iteriteka Subject: Re: [bug#42201] [PATCH 1/3] gnu: Add python-terminaltables References: <20200704193142.31083-1-gfleury@disroot.org> Date: Wed, 08 Jul 2020 12:56:40 +0200 In-Reply-To: <20200704193142.31083-1-gfleury@disroot.org> (guy fleury iteriteka's message of "Sat, 4 Jul 2020 21:31:40 +0200") Message-ID: <87v9iy46mv.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42201-done Cc: 42201-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, guy fleury iteriteka writes: > * gnu/packages/python-xyz.scm(python-terminaltables): New variable. I pushed the 3 patches. Thank you. Note that it is usually not a good idea to stuff new packages at the end of a file: it may introduce merge conflicts. Regards, -- Nicolas Goaziou From unknown Thu Aug 21 14:12:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 Aug 2020 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator