From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YK+lNl8I12ICZgAAbAwnHQ (envelope-from ) for ; Tue, 19 Jul 2022 21:39:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id uP7GNl8I12JgAQAA9RJhRA (envelope-from ) for ; Tue, 19 Jul 2022 21:39:11 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 88F7111AF9 for ; Tue, 19 Jul 2022 21:39:11 +0200 (CEST) Received: from localhost ([::1]:51786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDt3m-0005nd-OG for larch@yhetil.org; 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 Content-Type: multipart/mixed; boundary="=-=-=" 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658259551; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=hnr2Nild1cD7gQSCEFxSYQC5F8ZuOwE3WLyUnsPHyMA=; b=RpA6oniRexkOyyFuhRKE+cC8+S8DQbfbjZVHKHKrJjs5OAGmSWUJ78GZPxClLQSRtT6YvB nECu+wQytyWQMgS89W6odR5A3+Pc1u0vMxDimMOhCJLy4vj23xn2AXrkLTNnO6461+UgL3 ZKzbYWq4ouWhotB/Dm4vBbhRZKrww5tltvE/NkUZlxdO2Osyo0ENzRM8DdnF9MBKCmmFAx SkX8YUG4uyyrmZYIxOxSpKnM8JuW7/r82MFOuPY7spsLPiWToO7CC+f3z6VcG/Peq6E3ox NqrNpLahkuW6u3G+/dkL4NenYNGBFjFjv0YeltDbaJv05o7SZH2xT4HVMNIumQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658259551; a=rsa-sha256; cv=none; b=rPcZN08TvxE8yG+emgLz0Gmzg7B2UZ9mjc7cxQmLkb37QHWCRgC2bxEnY22zqfKsbgoHS+ PitMPMCgm6mGOeUxTzQrpDE7nVWP/CA294PwcSdhKGOYNA0IHCLVDwzM1oVn5mvldTs5PZ ie2iUI0U1Hlo39WFfHR80A6HfkMDMjdxjaF/wlaqOW0QImuZTAnyUw6ac7zKvlSFPZo6ua hE+5IhXP7IwufWTbtDaK/xAdlqHCKqY/BiY6YXwzQJQ20tsUUptlg52cDKMVG7H5AZXtGn vfetv+s5MUUbw3Ee7btJbRadQ3ptmHX14YfvleUkOgdHtXp13avSYA+WqD966w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UrjUpP2c; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.73 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UrjUpP2c; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 88F7111AF9 X-Spam-Score: -3.73 X-Migadu-Scanner: scn0.migadu.com X-TUID: LccLl2r/TcVO --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, jgart skribis: > * gnu/packages/python-xyz.scm (python-clrprint): New variable. Applied with the tweaks below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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 --=-=-=--