From patchwork Fri Oct 4 07:55:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15644 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 1EC74174F3; Fri, 4 Oct 2019 08:57:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id C4D45174EF for ; Fri, 4 Oct 2019 08:57:13 +0100 (BST) Received: from localhost ([::1]:42920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGISf-0003Bo-8d for patchwork@mira.cbaines.net; Fri, 04 Oct 2019 03:57:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35927) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGISV-0003BU-Dv for guix-patches@gnu.org; Fri, 04 Oct 2019 03:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGISU-0008HX-1m for guix-patches@gnu.org; Fri, 04 Oct 2019 03:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGIST-0008HQ-UU for guix-patches@gnu.org; Fri, 04 Oct 2019 03:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGIST-0002JW-Qj for guix-patches@gnu.org; Fri, 04 Oct 2019 03:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37614] [PATCH 1/1] gnu: Fix and upgrade python-pastel. References: <20191004075309.22qdth7ob4zgv233@rafflesia> In-Reply-To: <20191004075309.22qdth7ob4zgv233@rafflesia> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Oct 2019 07:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37614 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37614@debbugs.gnu.org Received: via spool by 37614-submit@debbugs.gnu.org id=B37614.15701757658829 (code B ref 37614); Fri, 04 Oct 2019 07:57:01 +0000 Received: (at 37614) by debbugs.gnu.org; 4 Oct 2019 07:56:05 +0000 Received: from localhost ([127.0.0.1]:41673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIRW-0002II-4m for submit@debbugs.gnu.org; Fri, 04 Oct 2019 03:56:05 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIRU-0002Hr-DZ for 37614@debbugs.gnu.org; Fri, 04 Oct 2019 03:56:01 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6ABF52405BB for <37614@debbugs.gnu.org>; Fri, 4 Oct 2019 07:55:57 +0000 (UTC) Date: Fri, 4 Oct 2019 09:55:56 +0200 From: Tanguy Le Carrour Message-ID: <20191004075556.pg3vwfaklaj27vac@rafflesia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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 From 1d97f3224f01721567120a5568c0416bfbe0dd35 Mon Sep 17 00:00:00 2001 From: "tlecarrour@easter-eggs.com" Date: Fri, 4 Oct 2019 09:48:40 +0200 Subject: [PATCH] gnu: Fix and upgrade python-pastel. --- gnu/packages/graphics.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6d6c8d1e1c..8a3c39373b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2019 John Soo ;;; Copyright © 2019 Pierre Neidhardt ;;; Copyright © 2019 Marius Bakke +;;; Copyright © 2019 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -913,28 +914,27 @@ rendering SVG graphics.") (define-public python-pastel (package (name "python-pastel") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) (uri (pypi-uri "pastel" version)) (sha256 (base32 - "1hqbm934n5yjwn31aq8h7shrr0rcy326wrqfc856vyn0gr0sy21i")))) + "1qxcrcl8pzh66l8s6hym153mijdhwna0afcsmgca0bj4n80ijfxz")))) (build-system python-build-system) + (arguments + `(#:phases (modify-phases + %standard-phases + (replace + 'check + (lambda _ (invoke "pytest" "pastel" "tests/")))))) (native-inputs `(("python-pytest" ,python-pytest))) (home-page "https://github.com/sdispater/pastel") (synopsis "Library to colorize strings in your terminal") (description "Pastel is a simple library to help you colorize strings in -your terminal. It comes bundled with predefined styles: -@enumerate -@item info: green -@item comment: yellow -@item question: black on cyan -@item error: white on red -@end enumerate -") +your terminal.") (license license:expat))) (define-public python2-pastel