~ruther/guix-local

49f06dbee389a297ab10715abde1e716faff6696 — Sharlatan Hellseher 5 months ago e540ba4
gnu: python-yaspin: Update to 3.2.0.

* gnu/packages/python-xyz.scm (python-yaspin): Update to 3.2.0.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add python-termcolor.
[native-inputs]: Add python-poetry-core and python-pytest-mock.

Change-Id: I26c80dbdeb392c4d3ca9b163452849451b60079a
1 files changed, 8 insertions(+), 4 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -4
@@ 2870,17 2870,21 @@ quadrilateral grids.  It is written in C++11 and wrapped using pybind11.")
(define-public python-yaspin
  (package
    (name "python-yaspin")
    (version "1.5.0")
    (version "3.2.0")
    (source
     (origin
       (method url-fetch)
       (uri
        (pypi-uri "yaspin" version))
       (sha256
        (base32 "1iirah0kydrdp505qnjj6gi54avcr7z0hbkfx9vmh8myr30rpz6q"))))
    (build-system python-build-system)
        (base32 "1ryc5099sjsa49fhcm6dp5l4rp9v9yxrh17ml78y89idfbbfhvs1"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest))
     (list python-poetry-core
           python-pytest
           python-pytest-mock))
    (propagated-inputs
     (list python-termcolor))
    (home-page "https://github.com/pavdmyt/yaspin")
    (synopsis "Yet Another Terminal Spinner")
    (description "Yaspin provides a terminal spinner to indicate the progress