unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 50949@debbugs.gnu.org
Subject: [bug#50949] [PATCH 3/5] gnu: Add python-sphinx-click.
Date: Fri, 01 Oct 2021 19:25:46 +0000	[thread overview]
Message-ID: <Q5s1eszNj29EZjWKnAvdXiRMqpjvxYb35jh9cxGkJoB85N7O9rFsJiIw0EO2RmERVrUVivuvzxaxVoh1bkofxDNN5PYw3FV3HXE9bYSo4qg=@protonmail.com> (raw)
In-Reply-To: <KLG5xl3uVoAsrxhPRsJGUim_bWG8BEb6UPavbHNJrHrlobBUQFWlZV5GBrMXxdaRggyujSOoj4_Sy6LK-38A63rBN0aog__ERbX80koVYrQ=@protonmail.com>

* gnu/packages/sphinx.scm (python-sphinx-click): New variable.

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 48c2f6d32a..b3484dfe29 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -199,6 +199,32 @@ sources.")
 Apple help books.")
     (license license:bsd-2)))

+(define-public python-sphinx-click
+  (package
+    (name "python-sphinx-click")
+    (version "3.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "sphinx-click" version))
+        (sha256
+          (base32
+            "118ppsymp1p2gn8v7mifika817qx6v07mja7kxizq9cg7dpw894v"))))
+    (build-system python-build-system)
+    (arguments
+      `(#:tests? #f)) ; Requires python-coverage<5.0
+    (native-inputs
+      `(("python-click" ,python-click)
+        ("python-coverage" ,python-coverage)
+        ("python-docutils" ,python-docutils)
+        ("python-pbr" ,python-pbr)
+        ("python-sphinx" ,python-sphinx)))
+    (home-page "https://github.com/click-contrib/sphinx-click")
+    (synopsis "Sphinx extension that documents click applications")
+    (description "This package provide sphinx extension that automatically
+documents click applications.")
+    (license license:expat)))
+
 (define-public python-sphinx-copybutton
   (package
     (name "python-sphinx-copybutton")
--
2.32.0




  parent reply	other threads:[~2021-10-01 19:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01 19:22 [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 phodina via Guix-patches via
2021-10-01 19:25 ` [bug#50949] [PATCH 2/5] gnu: Add python-sphinxcontrib-apidoc phodina via Guix-patches via
2021-10-01 19:25 ` phodina via Guix-patches via [this message]
2021-10-01 19:26 ` [bug#50949] [PATCH 4/5] gnu: Add python-android-backup phodina via Guix-patches via
2021-10-01 19:26 ` [bug#50949] [PATCH 5/5] gnu: Add python-miio phodina via Guix-patches via
2022-01-12 23:04 ` [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5 Nicolas Goaziou

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='Q5s1eszNj29EZjWKnAvdXiRMqpjvxYb35jh9cxGkJoB85N7O9rFsJiIw0EO2RmERVrUVivuvzxaxVoh1bkofxDNN5PYw3FV3HXE9bYSo4qg=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50949@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /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).