all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: peter@polidoro.io
To: 55637@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#55637] [PATCH] gnu: Add python-progress.
Date: Fri, 27 May 2022 14:57:26 -0400	[thread overview]
Message-ID: <29380d8edaa09ee05fa7525107aa95063c108793.1653677770.git.peter@polidoro.io> (raw)
In-Reply-To: <865yltftp9.fsf@polidoro.io>

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/python-xyz.scm (python-progress): New variable.
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44eeb0d7fe..d226ff94b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15226,6 +15226,25 @@ (define-public python-promise
      "Promises/A+ implementation for Python")
     (license license:expat)))
 
+(define-public python-progress
+  (package
+    (name "python-progress")
+    (version "1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "progress" version))
+       (sha256
+        (base32 "1k9lpb7lqr6mywpnqcz71y6qny54xlgprdp327za2gy0nnc6xj69"))))
+    (build-system python-build-system)
+    (home-page "http://github.com/verigak/progress/")
+    (synopsis "Progress reporting bars for Python")
+    (description "This Python package provides progress reporting for visual
+of progress of long running operations.  There are multiple choices of
+progress bars and spinners, with customizable options, such as width, fill
+character, and suffix.")
+    (license license:isc)))
+
 (define-public python-progressbar2
   (package
     (name "python-progressbar2")
-- 
2.36.0





  parent reply	other threads:[~2022-05-27 20:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 16:43 [bug#55637] Add west requirements.txt dependencies Peter Polidoro
2022-05-25 17:11 ` [bug#55637] [PATCH] gnu: Add python-canopen peter
2022-05-27  9:22   ` Christopher Baines
2022-05-25 17:33 ` [bug#55637] [PATCH] gnu: Add python-progress peter
2022-05-27  9:24   ` Christopher Baines
2022-05-26 18:55 ` [bug#55637] [PATCH] gnu: Add python-pylink-square peter
2022-05-27  9:26   ` Christopher Baines
2022-05-27 14:50     ` Peter Polidoro
2022-05-27 18:37 ` [bug#55637] [PATCH] gnu: Add python-canopen peter
2022-06-06 20:19   ` [bug#55637] Add west requirements.txt dependencies Ludovic Courtès
2022-05-27 18:57 ` peter [this message]
2022-06-06 20:21   ` bug#55637: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29380d8edaa09ee05fa7525107aa95063c108793.1653677770.git.peter@polidoro.io \
    --to=peter@polidoro.io \
    --cc=55637@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.