From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id +I4RK3RphWYvNwAAqHPOHw:P1 (envelope-from ) for ; Wed, 03 Jul 2024 15:08:36 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id +I4RK3RphWYvNwAAqHPOHw (envelope-from ) for ; Wed, 03 Jul 2024 17:08:36 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=C002VRVt; 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=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1720019316; h=from:from:sender:sender: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=HUIlQGqPT2T6uuWc79DYO5p6YOvC5EEXKDrnKjQDZ7g=; b=Qoy+MZPk3lXX9alWmUHMbAJhrOPknSEHnYiM+K7e32S+q1knQiZisQI36iV8uL8IXyUUWz Ijcapx7XrJEURsCbJLj4SDMPFRpaw+XIFAb51OdFPeV5WE94zPIXze479h8OrJwHw0uG0c g04OXFT0iP2I9oS+LCPJfLZQ2AKLqQYyFRsIgCzAFybVjDs4jxfuwLyPHTmvT8dzO3ykyE KS0Zcj/H/Sh2CVoGNSTs8ZbxYSxSoPc6rK7dfLOkLKe3FeeT2igu9BPSzBT+FumKmSbG4N MqKYXdEoB6knlfS9VRVp2Y5kHAPzeMz+i292zNpQkjbqKdaP5IlOdt6qT4U8mg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=C002VRVt; 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=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1720019316; a=rsa-sha256; cv=none; b=eqpnJXCLTeiZqeO3P1vGhhZECicU081BJnBazI4InzKkjSmG65dDHnf/7Dlh8wL+PBKs7o LanwuvqbcywrZuTi4UU6IsJ9lkMVoWQd7C7dCwdj6DvEczUEme3gh84x4WU2bym7n/Ktt8 EiimUpcah2eBbGB7NR9KpyaOoaf8o3nOJsRp/+KWWOMlD/pJYVlyetsswrncTMN1Jo5LtG IU7UCtygzFHXxvobUmXWIfCceBET7BZTIcLYI6dHz/99YD3zblyzMdHYEKYoe1v34TK11W KqePbn+pH2LMxEgD5cQG689vG/66763KhkDi8cOtoq+MMSVJmD+j8w48JmislQ== 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 98B4738880 for ; Wed, 3 Jul 2024 17:08:36 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sP1af-0006V8-Vk; Wed, 03 Jul 2024 11:08:14 -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 1sP1ae-0006TU-CC for guix-patches@gnu.org; Wed, 03 Jul 2024 11:08:12 -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 1sP1ad-0004Ir-Vi; Wed, 03 Jul 2024 11:08:12 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sP1aV-00046R-Ru; Wed, 03 Jul 2024 11:08:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#69736] [PATCH v2 4/6] gnu: Add python-enlighten. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: arunisaac@systemreboot.net, jgart@dismail.de, lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, guix-patches@gnu.org Resent-Date: Wed, 03 Jul 2024 15:08:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69736 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69736@debbugs.gnu.org Cc: Arun Isaac , Arun Isaac , jgart , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour X-Debbugs-Original-Xcc: Arun Isaac , jgart , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour Received: via spool by 69736-submit@debbugs.gnu.org id=B69736.172001927515682 (code B ref 69736); Wed, 03 Jul 2024 15:08:03 +0000 Received: (at 69736) by debbugs.gnu.org; 3 Jul 2024 15:07:55 +0000 Received: from localhost ([127.0.0.1]:40081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sP1aM-00044s-VG for submit@debbugs.gnu.org; Wed, 03 Jul 2024 11:07:55 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:45692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sP1aL-000446-RZ for 69736@debbugs.gnu.org; Wed, 03 Jul 2024 11:07:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=HUIlQGqPT2T6uuWc79DYO5p6YOvC5EEXKDrnKjQDZ7g=; b=C002VRVt9Eg3JfQ/a754khWNeN 9/gXkDft3sUHheDBse8jbkxSiwOjrVGHNrpiYvpUt3sPWtTqbyD9iabZytLNVoQWDqLXHlGvVJriB Dd3nH5QDyJZsf087YPjSKDcbAZrwEqlu+6GFYCA8onjkQvT6fHGhLkII1GEVZwvY4Fx+ONCxe8kER gRK7gRYgZGGpW9ycKreXJlcHhgAsv/2r+V60S9Bd2DWfwL6LHAypIuiSghUE4JX8hXqer1AUMGbdf N8xnrLZL3vVBb9B36fSmkQS1s65OcoZIZHGSheL9k3Ayr3Ua5Eqh227JJ9vid33GI/f/mVtJYxD1H TQfe2NsA==; Received: from [192.168.2.1] (port=40016 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1sP1WO-0005KA-1O; Wed, 03 Jul 2024 16:03:49 +0100 From: Arun Isaac Date: Wed, 3 Jul 2024 16:07:20 +0100 Message-ID: <7cf7aff610bfbcfeac9dfc4374fc380962b7916e.1720019008.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.45.2 In-Reply-To: References: 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 98B4738880 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -3.79 X-Spam-Score: -3.79 X-TUID: 1CWfLF/b/KYf * gnu/packages/python-xyz.scm (python-enlighten): New variable. Change-Id: Ifcc1e71cf012eb3b7e2c0ceef7d288cea9fa6a91 --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 993e0e0f6b..8982813479 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18639,6 +18639,28 @@ (define-public python-progressbar33 ;; Either or both of these licenses may be selected. (license (list license:lgpl2.1+ license:bsd-3)))) +(define-public python-enlighten + (package + (name "python-enlighten") + (version "1.12.4") + (source (origin + (method url-fetch) + (uri (pypi-uri "enlighten" version)) + (sha256 + (base32 + "0psvglhi0c7d7pdk9rfb8scnv3xbq2fz78619x2mxvz094mxkwvm")))) + (build-system pyproject-build-system) + (propagated-inputs + (list python-blessed python-prefixed)) + (home-page "https://github.com/Rockhopper-Technologies/enlighten") + (synopsis "Console progress bar library") + (description "@code{python-enlighten} is a console progress bar library +for Python. The main advantage of Enlighten is that it allows writing to +stdout and stderr without any redirection or additional code---just print or +log as you normally would. Enlighten also includes experimental support for +Jupyter Notebooks.") + (license license:mpl2.0))) + (define-public python-colorama (package (name "python-colorama") -- 2.45.2