guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 8f491d19effcb7338c03efe53d387dda7bc4d430
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Aug 10 12:09:21 2025 +0100
gnu: python-halo: Reduce clousure size.
* gnu/packages/terminals.scm (python-halo): Reduce clousure size.
[arguments] <tests?>: No tests in PyPI archive.
[native-inputs]: Remove python-coverage, python-nose, python-pylint,
python-tox, python-twine, and python-wheel.
Change-Id: Iaea1c387ba7b8fd950119ff51e19a15d9c0614d8
---
gnu/packages/terminals.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 66353506ce..f8a5e6237d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1151,23 +1151,23 @@ fullscreen terminal rendering, and keyboard input event
reporting.")
(package
(name "python-halo")
(version "0.0.31")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "halo" version))
- (sha256
- (base32
- "1mn97h370ggbc9vi6x8r6akd5q8i512y6kid2nvm67g93r9a6rvv"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "halo" version))
+ (sha256
+ (base32 "1mn97h370ggbc9vi6x8r6akd5q8i512y6kid2nvm67g93r9a6rvv"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-colorama python-log-symbols python-six
- python-spinners python-termcolor))
+ (arguments
+ (list #:tests? #f)) ;no tests in PyPI archive, no tags in Git
(native-inputs
- (list python-coverage
- python-nose
- python-pylint
- python-setuptools
- python-tox
- python-twine
- python-wheel))
+ (list python-setuptools))
+ (propagated-inputs
+ (list python-colorama
+ python-log-symbols
+ python-six
+ python-spinners
+ python-termcolor))
(home-page "https://github.com/manrajgrover/halo")
(synopsis "Python library to display graphical spinners in the terminal")
(description "Halo is a Python library to display graphical spinners in