diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 12:09:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:10 +0100 |
| commit | 3da79727837db823aff1fc064bb7fd5b634641f8 (patch) | |
| tree | b57fa8e5ae126fab17b54b2eb298bffa97a5c2c2 | |
| parent | aebb3100c22b4cee97cc1ca1a2fa667c9e26472b (diff) | |
gnu: python-spinners: Reduce closure size.
* gnu/packages/terminals.scm (python-spinners): Reduce closure size.
[arguments] <tests?>: Disable as no provided with PyPI archive.
<phases>: Remove 'relax-requirements.
[native-inputs]: Remove python-coverage, python-nose, python-pylint,
python-tox, and python-wheel.
Change-Id: I39ca6a2bedc351475abd476c232ab4d820d59201
| -rw-r--r-- | gnu/packages/terminals.scm | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 135296f19d..3ce28dc2e1 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1210,20 +1210,9 @@ purposes.") "0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy")))) (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)) + (list python-setuptools)) (home-page "https://github.com/manrajgrover/py-spinners") (synopsis "Python library with graphical spinners for the terminal") (description "Spinners is a Python library that contains graphical spinners |
