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

commit afbbe4361d8cd135b1f8bd790e2b717fd38fa91b
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 e1200d2048..34ba0cc6fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14726,14 +14726,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