From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4IfcBuK6w2ShQAEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 14:56:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oBy/BuK6w2R7yQAA9RJhRA (envelope-from ) for ; Fri, 28 Jul 2023 14:56:02 +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 A9D8F4AC44 for ; Fri, 28 Jul 2023 14:56:01 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=dM42N2DL; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690548961; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=BWi/N4S1/SuWmWJ7ZHg/dbTgFwulrLp9cObOk4TmfLY=; b=GiU7AIH+RVb9ZyrY6zUP+7n4v9uvbn+eAtaVy4+DscEKmWUtzNrhdW3XDpAPk6vbJmEm0l 9vBbWxa+wjqmec7NOtir8JdLZyInQodlUGTKedpohTc15n0hhWfzzcX1FGGaYI9YIJaDOX wMSMbKPLKZYHE/tjHg884UaHAffAf+5myqhMlt24/q+rl0krRlwKiFxHF7WbsdNs860ftO /EkMHgEoqkHUZlr1MQUuGzOzxhRR9GMKeTMN+KRCcrE/MfP4o86WWrz/kL0Sa64FRPdR2g H7gggUnUQ8A+UeU+ho6yh0hg8POuv7gJspFrMoE2nHmjQY4jUxU3/QIGOueOUA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=dM42N2DL; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690548961; a=rsa-sha256; cv=none; b=BYUyAeX3EH5si0WHp72ql+LxiGX8G8O/sawjaQ0nzUHR60xuD/ubqkhpXS24bs1DDyFThS gTkQlbAhV6+QwNYuFV0lPN0V01I5nFeGIx0ZvvzVQP5zbWfMO3+gQqNyHM3nwTsUnyB5Tt eH1b7DWJBzJSvYyTqwl9iV+45mNUpz2L+0gUTfg3FrBfANN/+FilmqC9el7cBKtWBGkPY4 BgnvJPpNjWDkhgcUw4+9X3cjPM2zxxuGgxuBh2DYQm3AtvJ+CbyncvrFmaegCeJgP9Msdq qb6SHL1JWugGFcY7mLvxRBJAvbMHQw/DqmwfLaAEPO7hEZ1AP7NVcS1tdJ5ZAQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPMWq-0003HC-0p; Fri, 28 Jul 2023 08:25:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPMWn-0003F9-4m for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:05 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qPMWm-0007pK-Ja for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPMWm-0007LY-E9 for guix-patches@gnu.org; Fri, 28 Jul 2023 08:25:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64896] [PATCH v2 3/8] gnu: Add python-log-symbols. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:25:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64896 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64896@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ Received: via spool by 64896-submit@debbugs.gnu.org id=B64896.169054706028082 (code B ref 64896); Fri, 28 Jul 2023 12:25:04 +0000 Received: (at 64896) by debbugs.gnu.org; 28 Jul 2023 12:24:20 +0000 Received: from localhost ([127.0.0.1]:44014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMW4-0007Ip-DT for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:20 -0400 Received: from mail-wm1-x32d.google.com ([2a00:1450:4864:20::32d]:44069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMW1-0007HT-5K for 64896@debbugs.gnu.org; Fri, 28 Jul 2023 08:24:17 -0400 Received: by mail-wm1-x32d.google.com with SMTP id 5b1f17b1804b1-3fc02a92dcfso21271645e9.0 for <64896@debbugs.gnu.org>; Fri, 28 Jul 2023 05:24:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1690547051; x=1691151851; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BWi/N4S1/SuWmWJ7ZHg/dbTgFwulrLp9cObOk4TmfLY=; b=dM42N2DLmmtddD8qzn+u7GDUCpOk9p9hZsyt0/FvgKvOmRaJWjkZkPPp3ckioFsgqY JuT4uR1ThUPSdxp/QwQRlN/STEQszxOBPiitioCRgDB2WaDaBT0v4pZI1128/npGALoM XPPdQdiUGpfttQD6Mt5l83QIQHeQwzh5cuNrhpbWGOMfUdoXpS7MOW+/hVn1ihnlY6Zt TPrSr1GaGyHKOg+cpE7t1uBXm9mMZDgSNJMCya5FFUE4NDcGnYS08evMz+ICPLE3T23G 1diH1OOHlIthN28Roo3putxc8XR0qHa8y4XbMlAgTPJawnksYX2CJ/OmMMSRibosEWmn nglg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690547051; x=1691151851; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=BWi/N4S1/SuWmWJ7ZHg/dbTgFwulrLp9cObOk4TmfLY=; b=Alkh1Pu1Q7xQ6wD+kyLwXp4CdyCvOhVfoOpSyqMOXcp4aM5Y1petAsvA1EFzpxjTwa bkQwrShPoupmgZx7k6LO+me6teIlH+jCvJpQuwmQabjKVL3EpAk4u2IYi313gqAobx+v yQco1ZsOlao7rqEIZ4YigKHIgA3nuCGEnJmWX8IczBz0KShTAby+V6biTPfo6kQ013g/ jyABAjdxGWqEyxjmTVytfy4u0Xwoh21wH0IUF66UXJH6CgDDC6WujI/PBJmVvYxnBLr+ HcuC7H/TwuGKW9MUgR9GPd3Wg/i2u0qWKyR37/Xc2VLNvi4BFB9i26WVXQST6ux+JXK5 1I5Q== X-Gm-Message-State: ABy/qLbhYoHj8BKPpbb0yc30fiCpvPiEPmz/rlFUshCSprbjF5LcXZau x9ZF5seSKAXC8ztFTeVmjLLPXr3uNSR9iozONIbdYA== X-Google-Smtp-Source: APBJJlFsWBGZxFciVAcOk7YEr97PEu2mojHCKKcCkqy2nsrFRtECiS05D4ZazowmU7P7StUTUWDI3Q== X-Received: by 2002:a5d:60cb:0:b0:314:4c1d:1c0a with SMTP id x11-20020a5d60cb000000b003144c1d1c0amr1615764wrt.46.1690547051349; Fri, 28 Jul 2023 05:24:11 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id x2-20020adfffc2000000b0031755da6a8asm4667210wrs.33.2023.07.28.05.24.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 05:24:11 -0700 (PDT) Date: Fri, 28 Jul 2023 14:23:58 +0200 Message-Id: <20230728122403.10140-4-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230728122403.10140-1-jean@foundationdevices.com> References: <20230728122403.10140-1-jean@foundationdevices.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Jean-Pierre De Jesus DIAZ X-ACL-Warn: , Jean-Pierre De Jesus DIAZ via Guix-patches From: Jean-Pierre De Jesus DIAZ via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.14 X-Migadu-Queue-Id: A9D8F4AC44 X-Migadu-Spam-Score: -6.14 X-Migadu-Scanner: mx0.migadu.com X-TUID: QmnOs4CUPvwm * gnu/packages/terminals.scm (python-log-symbols): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ --- gnu/packages/terminals.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 8f7e3c0e9a..bfb333aba9 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1178,6 +1178,34 @@ (define-public python-curtsies per-line fullscreen terminal rendering, and keyboard input event reporting.") (license license:expat))) +(define-public python-log-symbols + (package + (name "python-log-symbols") + (version "0.0.14") + (source (origin + (method url-fetch) + (uri (pypi-uri "log_symbols" version)) + (sha256 + (base32 + "0mh5d0igw33libfmbsr1ri1p1y644p36nwaa2w6kzrd8w5pvq2yg")))) + (build-system pyproject-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "requirements-dev.txt" + (("(.*)==(.*)$" _ dep ver) + (string-append dep ">=" ver)))))))) + (propagated-inputs (list python-colorama)) + (native-inputs (list python-coverage python-nose python-pylint python-tox)) + (home-page "https://github.com/manrajgrover/py-log-symbols") + (synopsis "Python library with graphical symbols for logging on the terminal") + (description "This package provides a Python library with graphical symbols +that can be displayed on the terminal, with color if possible, for logging +purposes.") + (license license:expat))) + (define-public python-spinners (package (name "python-spinners") -- 2.34.1