~ruther/guix-local

15ad3ce3be16c2750c810a7a9021d4341cb23028 — Nicolas Graves 5 months ago 8dd23cb
gnu: python-hypy-utils: Update to 1.0.29.

* gnu/packages/python-xyz.scm (python-hypy-utils): Update to 1.0.29.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: Ib7e79df1c9b2f107a961a0348f0270e03f9b0156
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 10 insertions(+), 8 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +10 -8
@@ 34772,14 34772,16 @@ Python iterables (lists, tuples, dicts).")
(define-public python-hypy-utils
  (package
    (name "python-hypy-utils")
    (version "1.0.6")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "hypy_utils" version))
              (sha256
               (base32
                "05csk0x8ivavq88x457cq5hwjcdirfbkzj7bbg5qgnpnf2dxxhiw"))))
    (build-system python-build-system)
    (version "1.0.29")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "hypy_utils" version))
       (sha256
        (base32 "1gf4v4gv9kr4r3prjwvcii153vwjrp7gir2mz6d1qbz6jggif8n7"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f))  ; No tests upstream.
    (native-inputs (list python-setuptools))
    (home-page "https://github.com/hykilpikonna/HyPyUtils")
    (synopsis "Python utility functions for HyDEV")
    (description "This module provides Python utility functions for modifying