~ruther/guix-local

c8cc9c00abd8fe44fedad15f5203f72fd6aa2475 — Sharlatan Hellseher 8 months ago 6882a66
gnu: python-littleutils: Update to 0.2.4.

* gnu/packages/python-xyz.scm (python-littleutils): Update to 0.2.4.
  [build-system]: Use pypojrect.
  [native-inputs]: Add python-setuptools, python-setuptools-scm, and
  python-wheel.

Change-Id: I577e1a929b674908c70b807fd2fbc844810172ce
1 files changed, 8 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -3
@@ 14753,14 14753,19 @@ for automated refactoring or highlighting.")
(define-public python-littleutils
  (package
    (name "python-littleutils")
    (version "0.2.2")
    (version "0.2.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "littleutils" version))
       (sha256
        (base32 "0vwijrylppmk0nbddqvn527r9cg3zw8d6zk6r58hslry42jf7jp6"))))
    (build-system python-build-system)
        (base32 "069xlm6vp1rprgrl4gsg3fd2vg0nzdw7v2qij7i45v8c080mp0y7"))))
    (build-system pyproject-build-system)
    (arguments (list #:tests? #f)) ;no tests in PyPIi archive or Git checkout
    (native-inputs
     (list python-setuptools
           python-setuptools-scm
           python-wheel))
    (home-page "https://github.com/alexmojaki/littleutils")
    (synopsis "Python utility function collection")
    (description "@code{littleutils} is a small collection of Python utility