From: peter@polidoro.io
To: 55637@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#55637] [PATCH] gnu: Add python-progress.
Date: Wed, 25 May 2022 13:33:16 -0400 [thread overview]
Message-ID: <a6c3edc9de69547f10d1a288ecc79c1c9916f662.1653499938.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 | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 35a2009f69..a9fbfcc2f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31764,3 +31764,19 @@ (define-public python-canopen
simple Pythonic interface. It is mainly targeted for testing and automation
tasks rather than a standard compliant master implementation.")
(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 "Progress reporting bars for Python")
+ (license license:isc)))
--
2.36.0
next prev parent reply other threads:[~2022-05-25 17:36 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 ` peter [this message]
2022-05-27 9:24 ` [bug#55637] [PATCH] gnu: Add python-progress 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 ` [bug#55637] [PATCH] gnu: Add python-progress peter
2022-06-06 20:21 ` bug#55637: Add west requirements.txt dependencies 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a6c3edc9de69547f10d1a288ecc79c1c9916f662.1653499938.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).