unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: 32333@debbugs.gnu.org
Cc: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Subject: [bug#32333] [PATCH 2/4] gnu: Add python-argparse-manpage.
Date: Tue, 31 Jul 2018 14:40:45 +0200	[thread overview]
Message-ID: <20180731124047.17586-2-ricardo.wurmus@mdc-berlin.de> (raw)
In-Reply-To: <20180731124047.17586-1-ricardo.wurmus@mdc-berlin.de>

* gnu/packages/python.scm (python-argparse-manpage): New variable.
---
 gnu/packages/python.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d4448f23a..3aadd9473 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7221,6 +7221,25 @@ be set via config files and/or environment variables.")
 (define-public python2-configargparse
   (package-with-python2 python-configargparse))
 
+(define-public python-argparse-manpage
+  (package
+    (name "python-argparse-manpage")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "argparse-manpage" version))
+       (sha256
+        (base32
+         "0blh31zns68anina9lba5wh81d1414s97p60zw5l0d0shhh0wj5p"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/praiskup/argparse-manpage")
+    (synopsis "Build manual page from Python's ArgumentParser object")
+    (description
+     "This package provides tools to build manual pages from Python's
+@code{ArgumentParser} object.")
+    (license license:asl2.0)))
+
 (define-public python-contextlib2
   (package
     (name "python-contextlib2")
-- 
2.18.0

  reply	other threads:[~2018-07-31 12:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31 12:35 [bug#32333] Add LDAP server (389-ds-base) Ricardo Wurmus
2018-07-31 12:40 ` [bug#32333] [PATCH 1/4] gnu: Add net-snmp Ricardo Wurmus
2018-07-31 12:40   ` Ricardo Wurmus [this message]
2018-07-31 12:40   ` [bug#32333] [PATCH 3/4] gnu: Add python-ldap Ricardo Wurmus
2018-07-31 12:40   ` [bug#32333] [PATCH 4/4] gnu: Add 389-ds-base Ricardo Wurmus
2018-08-16 15:09     ` bug#32333: " Ricardo Wurmus
2018-07-31 20:19   ` [bug#32333] [PATCH 1/4] gnu: Add net-snmp Oleg Pykhalov
2018-08-01  9:31     ` Ricardo Wurmus

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20180731124047.17586-2-ricardo.wurmus@mdc-berlin.de \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=32333@debbugs.gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).