From patchwork Tue Jul 19 19:38:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 40734 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2402527BBEA; Tue, 19 Jul 2022 20:39:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DFE8227BBE9 for ; Tue, 19 Jul 2022 20:39:10 +0100 (BST) Received: from localhost ([::1]:51786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDt3m-0005nd-27 for patchwork@mira.cbaines.net; Tue, 19 Jul 2022 15:39:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDt3e-0005mb-SV for guix-patches@gnu.org; Tue, 19 Jul 2022 15:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57454) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDt3e-000096-IN for guix-patches@gnu.org; Tue, 19 Jul 2022 15:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDt3e-0008MQ-8O for guix-patches@gnu.org; Tue, 19 Jul 2022 15:39:02 -0400 Subject: bug#56447: [PATCH] gnu: Add python-clrprint. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 19 Jul 2022 19:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56447 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 56447-done@debbugs.gnu.org Mail-Followup-To: 56447@debbugs.gnu.org, ludo@gnu.org, jgart@dismail.de Received: via spool by 56447-done@debbugs.gnu.org id=D56447.165825949332069 (code D ref 56447); Tue, 19 Jul 2022 19:39:02 +0000 Received: (at 56447-done) by debbugs.gnu.org; 19 Jul 2022 19:38:13 +0000 Received: from localhost ([127.0.0.1]:55212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDt2r-0008LB-94 for submit@debbugs.gnu.org; Tue, 19 Jul 2022 15:38:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDt2p-0008Ky-8P for 56447-done@debbugs.gnu.org; Tue, 19 Jul 2022 15:38:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDt2j-00005J-2f; Tue, 19 Jul 2022 15:38:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=hnr2Nild1cD7gQSCEFxSYQC5F8ZuOwE3WLyUnsPHyMA=; b=UrjUpP2cYg7daMUlR0jn vhnHT1861yYAfgZ37Hv9kfDgWXKp7bKtW+WEB3uQZ2DhLFkJAvjIRw+kC+TgEw2VQOEGaZSDj17Sn mNIUl+gaBZl54HIeEgd3EYEz0uydFOGor6UGklm/zQaHbe/NDH4HUngYkvSmxbXBgVrojZYpnOaTQ VjhzEJM0XIb2+0LscGKA8gN+QX5jlWWpgQh5MlWQSrnoS9pIan1uNsQME955N0Zp43fS0/YK2MBcS +8/NdI8qJ8wOqfwihPAfmWpdDWdIU51dPMP2eJnnModO8nlvfIgtKvQ2B7GZU6Vl01qrVnfpGR8d+ sHQ6uR0p7pRk7g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57992 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDt2i-00050W-IR; Tue, 19 Jul 2022 15:38:04 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <20220708092934.18899-1-jgart@dismail.de> Date: Tue, 19 Jul 2022 21:38:00 +0200 In-Reply-To: <20220708092934.18899-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 8 Jul 2022 04:29:34 -0500") Message-ID: <87o7xkrizr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, jgart skribis: > * gnu/packages/python-xyz.scm (python-clrprint): New variable. Applied with the tweaks below, thanks! Ludo’. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 86aa4201f3..0ab4755fcc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30104,14 +30104,13 @@ (define-public python-clrprint (base32 "0xfn8d1by2w7pjiji887qljk1avn4fylbnz1mj28gysm5g0zvy43")))) (build-system python-build-system) - (arguments '(#:tests? #f)) ; There are no tests. + (arguments '(#:tests? #f)) ;there are no tests (propagated-inputs (list python-colorama python-termcolor)) (home-page "https://github.com/AbhijithAJ/clrprint") (synopsis "Print colorful output in the terminal") - (description -"@code{clrprint} is developed to print a colorful output on idle, windows -power shell and terminal. It has red, blue, green, yellow, purple and -black/white (default) colors.") + (description "@code{clrprint} is developed to print colorful output in the +terminal. It has red, blue, green, yellow, purple and black/white (default) +colors.") (license license:expat))) (define-public python-musical-scales