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

commit 858a385c7456e0787f9f4cc1e7f6897d585c61ec
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 26 00:12:42 2025 +0000

    gnu: python-argcomplete: Update to 3.5.3.
    
    * gnu/packages/python-xyz.scm (python-argcomplete): Update to 3.5.3. Fix
    build.
    [native-inputs]: Remove python-coverage, python-mypy, python-setuptools,
    and python-setuptools-scm; add python-hatchling.
    
    Change-Id: Iac973cede3a41c42248b48c1e3d252225109c86f
---
 gnu/packages/python-xyz.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b84673e5da..8b59244e15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25176,14 +25176,14 @@ JPEG2000 and GIF files in pure Python.")
 (define-public python-argcomplete
   (package
     (name "python-argcomplete")
-    (version "3.2.2")
+    (version "3.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "argcomplete" version))
        (sha256
         (base32
-         "18h023ma2m2gw8w8dm2pvv4k0vpli94293jl57p2ch4vln79xr7k"))))
+         "14jkqmc4nhp1vxkiha7mv7zlvqiyzyjsfzbvihlvpbnqvq7gaay1"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -25198,11 +25198,8 @@ JPEG2000 and GIF files in pure Python.")
                   "def __disable_test_console_script"))
                (invoke "python3" "./test/test.py" "-v")))))))
     (native-inputs
-     (list python-coverage
-           python-mypy
-           python-pexpect
-           python-setuptools
-           python-setuptools-scm
+     (list python-pexpect
+           python-hatchling
            python-wheel
            tcsh
            fish

Reply via email to