From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 GLbIGE1twmRjKwEASxT56A (envelope-from ) for ; Thu, 27 Jul 2023 15:12:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id eMCaGE1twmQnCwEAauVa8A (envelope-from ) for ; Thu, 27 Jul 2023 15:12:45 +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 8DF5E4E1BA for ; Thu, 27 Jul 2023 15:12:44 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=PxkutznS; 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=1690463564; 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=YvO57E/n4LUhq6RchKpzerc5IABgg56G6+KS9EhP9xI5IT8bE2UOveqFpOzKcl7aFhwmj0 kFhVOZGic3tXc+G5PdhZ272QSxyccGW9Va3sX1M8DBSEUsiogzN0jUnxmLp6rLp+8S7u7k +JZxNasp7MN2CyrODBIxiaIHCMIuQgHRgtivgc0XfoKd8GffzYQpGjgyBjIbKwCUZ34RUS m/9xZjnQ8f/udElqFsv1Zhi0wgR7jEFXV6J22BIvWECX2AujMg/os2bv+fkzt8m1ZBfDDv 6N0a55RNornDDHzNXrmbdmqCk+iwf/FKZRC40iCekBU+xRTRxNpzW5LVdHPaCQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=PxkutznS; 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=1690463564; a=rsa-sha256; cv=none; b=swjNzeh85fDLkkXu8wNu06BMXXYu6c+ICbY94OEmDf2bppDL61RJloVHPwn+E+PcvroWQd wYnICpUK1yuQKuAjx8mXkhEIbSvk9qHQWSrOqDDKu1XJKgB9P4bPE9kFmEb1uE5OOV5uD6 VKrDN4ailAe7YVbKYCYprtxQ9P8Bs04rXWuU2dklfWchEfKqvEvo5SXwkKaNpcgR2/TXU8 rDwiQszHfBNaIOWQHej1nQiK6VwR64AXeKCUURC4PLI/znSUdzHmSPesuKxs4Au0Ct7h3/ CHtgon3U0KtBwicA8r7jNl4IaA+Ri4OrXzw2a5qei/5DqX1F6UeLWhZe0UGhEg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qP0aG-0000Zj-Ni; Thu, 27 Jul 2023 08:59:12 -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 1qP0a7-0000XE-UJ for guix-patches@gnu.org; Thu, 27 Jul 2023 08:59:03 -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 1qP0a6-0003Sq-0G for guix-patches@gnu.org; Thu, 27 Jul 2023 08:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qP0a5-0003CX-TS for guix-patches@gnu.org; Thu, 27 Jul 2023 08:59:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64896] [PATCH 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: Thu, 27 Jul 2023 12:59:01 +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.169046269012191 (code B ref 64896); Thu, 27 Jul 2023 12:59:01 +0000 Received: (at 64896) by debbugs.gnu.org; 27 Jul 2023 12:58:10 +0000 Received: from localhost ([127.0.0.1]:40902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP0ZF-0003AZ-Js for submit@debbugs.gnu.org; Thu, 27 Jul 2023 08:58:09 -0400 Received: from mail-wr1-x433.google.com ([2a00:1450:4864:20::433]:49254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qP0ZA-00039N-4p for 64896@debbugs.gnu.org; Thu, 27 Jul 2023 08:58:04 -0400 Received: by mail-wr1-x433.google.com with SMTP id ffacd0b85a97d-316eabffaa6so956350f8f.2 for <64896@debbugs.gnu.org>; Thu, 27 Jul 2023 05:58:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1690462678; x=1691067478; 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=PxkutznSmEChsmB0c3IjGPrX4vTpSEoDuOBYZPcFXakSuxekdhWgj/9lnpGae9o7R/ ZEjxrwXXhJTCgUpcVH8YFjzxE92P4PB4racgSN8PAJ2TlJB5lZhvAzZoboZ3tibzz/69 2HXO0J1z5uxXzpwmudPws2bFp0lbOIoym7TqSKF57IGm5bFTBPozMvAMAhDKIYISoHsU DMfUEcTfbi8lsZ7Uxg8sLaMnI9ZuH8iGlwTsIHdqh+U/j7jmIQDtTOuyeZdy0cQTKXCp 0iDrtVLqqlVclCXHm5FYZC/tkB58yKEC0Rc5RfJ8gZ3cWkL+4ICJuv4fcRnMHD9vJfno flrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690462678; x=1691067478; 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=Ws/ZmHTHcRyax16EsZBp9+S+cipTNLpH4rwuuJV+ApvALQjMWWSHTILJUY7bMpWbJ8 kiWABtaoO7Ed11SKjWe28R17F0XvBAaaEz422BKWo3AINtQ6vDHH5iUqrZ2IlBVtSRji p1MyuZ5Md/VxQl9ctoBedQ8jfGIQq3Oe9aeY3PvElD5Te/2o5X0OoJN/Rp4roTFk+tGr hZhQCGhr5ZQQWW9NhMTeIMAjbgif1VdObPY5SCmbGZJFqc2n2YgcI7oHupLU7G78/pe7 MprkHZb+EnE7TP0e6rbhrjNyFfLm97ZFpH35piYgtQK4SoTExcM0DUJQcNNs3B70q530 TPVQ== X-Gm-Message-State: ABy/qLa2Jrst+iJvXfoGRqaHME3Q5DgpEAJFi/kL9avuDUa8aZES1Pwu AqsuJr5e6jRo8sjK45YK4JcXYxedG/4D6Cl/mnHgNQ== X-Google-Smtp-Source: APBJJlEaxUbdJX7eNxlD4Yk0poGmxYH+NHjfG/diTw+WIvC/aUuIxStFzk3KLkPfm3JE+EEjRfp1TA== X-Received: by 2002:adf:fa8a:0:b0:317:5181:90b3 with SMTP id h10-20020adffa8a000000b00317518190b3mr1768037wrr.55.1690462678271; Thu, 27 Jul 2023 05:57:58 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id v15-20020a5d4a4f000000b003143b7449ffsm2049800wrs.25.2023.07.27.05.57.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Jul 2023 05:57:58 -0700 (PDT) Date: Thu, 27 Jul 2023 14:57:36 +0200 Message-Id: <20230727125741.8766-3-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230727125741.8766-1-jean@foundationdevices.com> References: <20230727125741.8766-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: -4.65 X-Migadu-Queue-Id: 8DF5E4E1BA X-Migadu-Spam-Score: -4.65 X-Migadu-Scanner: mx0.migadu.com X-TUID: Aa3O6jWG2gUl * 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