From aebb3100c22b4cee97cc1ca1a2fa667c9e26472b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 10 Aug 2025 12:09:21 +0100 Subject: [PATCH] gnu: python-log-symbols: Reduce closure size. * gnu/packages/terminals.scm (python-log-symbols): Reduce closure size. [arguments] : Disable as no provided with PyPI archive. : Remove 'relax-requirements. [native-inputs]: Remove python-coverage, python-nose, python-pylint, python-tox, and python-wheel. Change-Id: I199f064ed8f2f2fcb7445a344ce841f20acb3463 --- gnu/packages/terminals.scm | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index f053e95b29f3063dd432baa0cdc9a8f9af50769c..135296f19d51ed5700bd5449eca903e455ed5a46 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1186,21 +1186,11 @@ the terminal. It also supports IPython/Jupyter.") "0mh5d0igw33libfmbsr1ri1p1y644p36nwaa2w6kzrd8w5pvq2yg")))) (build-system pyproject-build-system) (arguments - (list #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "requirements-dev.txt" - (("(.*)==(.*)$" _ dep ver) - (string-append dep ">=" ver)))))))) + (list #:tests? #f)) ;no tests in PyPI archive, tests depend on Nose (native-inputs - (list python-coverage - python-nose - python-pylint - python-setuptools - python-tox - python-wheel)) - (propagated-inputs (list python-colorama)) + (list python-setuptools)) + (propagated-inputs + (list python-colorama)) (home-page "https://github.com/manrajgrover/py-log-symbols") (synopsis "Python library with graphical symbols for logging on the terminal") (description "This package provides a Python library with graphical symbols