[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55637] [PATCH] gnu: Add python-progress.
From: |
Christopher Baines |
Subject: |
[bug#55637] [PATCH] gnu: Add python-progress. |
Date: |
Fri, 27 May 2022 10:24:54 +0100 |
User-agent: |
mu4e 1.6.10; emacs 27.2 |
peter@polidoro.io writes:
> 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)))
The description looks like it could be improved here, plus same comment
about not adding new package definitions to the bottom of files.
signature.asc
Description: PGP signature
- [bug#55637] Add west requirements.txt dependencies, Peter Polidoro, 2022/05/25
- [bug#55637] [PATCH] gnu: Add python-canopen., peter, 2022/05/25
- [bug#55637] [PATCH] gnu: Add python-progress., peter, 2022/05/25
- [bug#55637] [PATCH] gnu: Add python-progress.,
Christopher Baines <=
- [bug#55637] [PATCH] gnu: Add python-pylink-square., peter, 2022/05/26
- [bug#55637] [PATCH] gnu: Add python-canopen., peter, 2022/05/27
- [bug#55637] [PATCH] gnu: Add python-progress., peter, 2022/05/27