diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-18 08:26:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-18 21:46:20 +0000 |
| commit | cab9246395ea450008b702c37f183cb4e7c37d99 (patch) | |
| tree | 01f64d95ffdbd43b76d9be6c090008a4eb0b0f2e /gnu | |
| parent | 7ee70d09069df3c02afe1619774b043c54bc2cd9 (diff) | |
gnu: python-argparse-addons: Update to 0.12.0.
* gnu/packages/python-xyz.scm (python-argparse-addons): Update to 0.12.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: I779fc2731c7dd3e184676823945fcceb9dabadf1
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9ca6ca343f..55ec4a1fbd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6159,14 +6159,16 @@ overriding a method.") (define-public python-argparse-addons (package (name "python-argparse-addons") - (version "0.7.0") + (version "0.12.0") (source (origin (method url-fetch) (uri (pypi-uri "argparse_addons" version)) (sha256 - (base32 "1yx54dmnr3xggjcjk6bbdafvzp6cynrakl56wyz3jglmfvk0znpm")))) - (build-system python-build-system) + (base32 "1bv0nh8147bhjrjdr0m2fnmhxnl6bdni68wd61v7x206szfa08k3")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest python-setuptools)) (home-page "https://github.com/eerimoq/argparse_addons") (synopsis "Extensions for Python's @code{argparse} library") (description "This Python library provides additional types and actions |
