mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
5a06ebf186
commit
c1a32ab15a
1 changed files with 2 additions and 13 deletions
|
@ -1210,20 +1210,9 @@ purposes.")
|
||||||
"0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy"))))
|
"0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:tests? #f)) ;no tests in PyPI archive, tests depend on Nose
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'relax-requirements
|
|
||||||
(lambda _
|
|
||||||
(substitute* "requirements-dev.txt"
|
|
||||||
(("(.*)==(.*)$" _ dep ver)
|
|
||||||
(string-append dep ">=" ver))))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage
|
(list python-setuptools))
|
||||||
python-nose
|
|
||||||
python-pylint
|
|
||||||
python-setuptools
|
|
||||||
python-tox
|
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/manrajgrover/py-spinners")
|
(home-page "https://github.com/manrajgrover/py-spinners")
|
||||||
(synopsis "Python library with graphical spinners for the terminal")
|
(synopsis "Python library with graphical spinners for the terminal")
|
||||||
(description "Spinners is a Python library that contains graphical spinners
|
(description "Spinners is a Python library that contains graphical spinners
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue