From e317f5b7a041636d0e3b867868081863f6edad25 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 10 Aug 2025 12:09:21 +0100 Subject: [PATCH] gnu: python-halo: Reduce clousure size. * gnu/packages/terminals.scm (python-halo): Reduce clousure size. [arguments] : 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 3ce28dc2e11c10dd6db6d5b0d8107c98e1a4890c..bd882bcd4ce62689d4912e3f4d3a64470d5454a7 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