all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dariqq <dariqq@posteo.net>
To: 70834@debbugs.gnu.org
Cc: Dariqq <dariqq@posteo.net>, Lars-Dominik Braun <lars@6xq.net>,
	Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#70834] [PATCH] gnu: python-argparse-manpage: Update to 4.5.
Date: Wed,  8 May 2024 14:08:39 +0000	[thread overview]
Message-ID: <f430af456e5ba2cc907332defb813131d4b2954b.1715177319.git.dariqq@posteo.net> (raw)

* 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	other threads:[~2024-05-08 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 14:08 Dariqq [this message]
2024-05-08 21:34 ` bug#70834: [PATCH] gnu: python-argparse-manpage: Update to 4.5 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f430af456e5ba2cc907332defb813131d4b2954b.1715177319.git.dariqq@posteo.net \
    --to=dariqq@posteo.net \
    --cc=70834@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.