GNU bug report logs - #28748
[PATCH] gnu: Add python-guzzle-sphinx-theme.

Previous Next

Package: guix-patches;

Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>

Date: Sun, 8 Oct 2017 15:13:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28748 in the body.
You can then email your comments to 28748 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28748; Package guix-patches. (Sun, 08 Oct 2017 15:13:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Oct 2017 15:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-guzzle-sphinx-theme.
Date: Sun,  8 Oct 2017 17:14:19 +0200
* gnu/packages/python.scm (python-guzzle-sphinx-theme)
(python2-guzzle-sphinx-theme): New variables.
---

Guix,

This adds a dependency of the new borg <at> 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 sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sun, 08 Oct 2017 17:38:02 GMT) Full text and rfc822 format available.

Notification sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
bug acknowledged by developer. (Sun, 08 Oct 2017 17:38:03 GMT) Full text and rfc822 format available.

Message #10 received at 28748-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 28748-done <at> debbugs.gnu.org
Subject: Re: [bug#28748] [PATCH] gnu: Add python-guzzle-sphinx-theme.
Date: Sun, 8 Oct 2017 13:37:51 -0400
[Message part 1 (text/plain, inline)]
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 <at> 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.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Nov 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.