unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28748] [PATCH] gnu: Add python-guzzle-sphinx-theme.
@ 2017-10-08 15:14 Tobias Geerinckx-Rice
  2017-10-08 17:37 ` bug#28748: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-10-08 15:14 UTC (permalink / raw)
  To: 28748

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28748: [PATCH] gnu: Add python-guzzle-sphinx-theme.
  2017-10-08 15:14 [bug#28748] [PATCH] gnu: Add python-guzzle-sphinx-theme Tobias Geerinckx-Rice
@ 2017-10-08 17:37 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-10-08 17:37 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 28748-done

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Sun, Oct 08, 2017 at 05:14:19PM +0200, Tobias Geerinckx-Rice wrote:
> * 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

I also had this package prepared :)

I used your description, which is much better than what I had, and
pushed as d7eb680d85af810886af908916204a9ee7e68f10.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-08 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-08 15:14 [bug#28748] [PATCH] gnu: Add python-guzzle-sphinx-theme Tobias Geerinckx-Rice
2017-10-08 17:37 ` bug#28748: " Leo Famulari

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).