guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 2a5e5ddf1764cf0ede927620ff159f404909068c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 16 12:13:04 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 70651cb794..cfdc0a510c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14794,14 +14794,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

Reply via email to