unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: 28748@debbugs.gnu.org
Subject: [bug#28748] [PATCH] gnu: Add python-guzzle-sphinx-theme.
Date: Sun,  8 Oct 2017 17:14:19 +0200	[thread overview]
Message-ID: <20171008151419.22561-1-me@tobias.gr> (raw)

* gnu/packages/python.scm (python-guzzle-sphinx-theme)
(python2-guzzle-sphinx-theme): New variables.
---

Guix,

This adds a dependency of the new borg@1.1.0.

I've included a python2- variant out of habit.
Pipe up if this needless frippery offends you.

Kind regards,

T G-R

 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cc7aa8fa4..19d97107e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16478,3 +16478,27 @@ their files and supports any packaging format (including wheels).")
 
 (define-public python2-twine
   (package-with-python2 python-twine))
+
+(define-public python-guzzle-sphinx-theme
+  (package
+    (name "python-guzzle-sphinx-theme")
+    (version "0.7.11")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "guzzle_sphinx_theme" version))
+        (sha256
+          (base32
+            "1rnkzrrsbnifn3vsb4pfaia3nlvgvw6ndpxp7lzjrh23qcwid34v"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-sphinx" ,python-sphinx)))
+    (home-page "https://github.com/guzzle/guzzle_sphinx_theme")
+    (synopsis "''Guzzle'' Sphinx documentation theme")
+    (description
+     "guzzle_sphinx_theme is a theme for the Sphinx documentation system, used
+by @uref{http://docs.guzzlephp.org, Guzzle} and several other projects.")
+    (license license:expat)))
+
+(define-public python2-guzzle-sphinx-theme
+  (package-with-python2 python-guzzle-sphinx-theme))
-- 
2.13.1

             reply	other threads:[~2017-10-08 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-08 15:14 Tobias Geerinckx-Rice [this message]
2017-10-08 17:37 ` bug#28748: [PATCH] gnu: Add python-guzzle-sphinx-theme Leo Famulari

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=20171008151419.22561-1-me@tobias.gr \
    --to=me@tobias.gr \
    --cc=28748@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).