diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-26 00:12:42 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:09 +0200 |
| commit | f372684b1486496a641601b44059f708bfb70f6c (patch) | |
| tree | 0239f1fa1415c82f393a3b372d80d390f502c67b | |
| parent | e0dad8b7a19f5ec5fd0c2d167de171562af18049 (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 85655cf753..65a5ee52e8 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 |
