me
/
guix
Archived
1
0
Fork 0

gnu: python-argparse-manpage: Update to 4.5.

* gnu/packages/python-xyz.scm (python-argparse-manpage): Update to 4.5.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-tomli.

Change-Id: I8151fb0cc79181c1126a1c00288dc3a96134aa70
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
master
Dariqq 2024-05-08 14:08:39 +00:00 committed by Sharlatan Hellseher
parent 7b7f299bb4
commit 0d7ec97da0
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 3 deletions

View File

@ -17924,15 +17924,17 @@ connection pool.")
(define-public python-argparse-manpage (define-public python-argparse-manpage
(package (package
(name "python-argparse-manpage") (name "python-argparse-manpage")
(version "1.1") (version "4.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "argparse-manpage" version)) (uri (pypi-uri "argparse-manpage" version))
(sha256 (sha256
(base32 (base32
"0blh31zns68anina9lba5wh81d1414s97p60zw5l0d0shhh0wj5p")))) "1nq4sq1zk1xzdsqq61hd27jhj978ys136aba1zjg02x1g0c0cg11"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs
(list python-pytest python-tomli))
(home-page "https://github.com/praiskup/argparse-manpage") (home-page "https://github.com/praiskup/argparse-manpage")
(synopsis "Build manual page from Python's ArgumentParser object") (synopsis "Build manual page from Python's ArgumentParser object")
(description (description