GNU bug report logs - #70834
[PATCH] gnu: python-argparse-manpage: Update to 4.5.

Previous Next

Package: guix-patches;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Wed, 8 May 2024 14:12:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70834 in the body.
You can then email your comments to 70834 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#70834; Package guix-patches. (Wed, 08 May 2024 14:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dariqq <dariqq <at> posteo.net>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Wed, 08 May 2024 14:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dariqq <dariqq <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Dariqq <dariqq <at> posteo.net>
Subject: [PATCH] gnu: python-argparse-manpage: Update to 4.5.
Date: Wed,  8 May 2024 14:08:39 +0000
* 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
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

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

base-commit: 014875b29e68da6357a5323e6dd1eaa74a05b753
-- 
2.41.0





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Wed, 08 May 2024 21:35:01 GMT) Full text and rfc822 format available.

Notification sent to Dariqq <dariqq <at> posteo.net>:
bug acknowledged by developer. (Wed, 08 May 2024 21:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 70834-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 70834-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-argparse-manpage: Update to 4.5.
Date: Wed, 08 May 2024 22:34:03 +0100
[Message part 1 (text/plain, inline)]
Pushed as 0d7ec97da02b093a259dbadb73976a3586b20c49 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Jun 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.