From f372684b1486496a641601b44059f708bfb70f6c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 26 Jan 2025 00:12:42 +0000 Subject: [PATCH] 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 85655cf7532a99d26a36345c13c9d0fdc464f38f..65a5ee52e849107db0ed565fbc35910829a04394 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25494,14 +25494,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 @@ -25516,11 +25516,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