~ruther/guix-local

e317f5b7a041636d0e3b867868081863f6edad25 — Sharlatan Hellseher 7 months ago 28f8207
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
1 files changed, 15 insertions(+), 15 deletions(-)

M gnu/packages/terminals.scm
M gnu/packages/terminals.scm => gnu/packages/terminals.scm +15 -15
@@ 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