[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add python-sphinxcontrib-qthelp.
From: |
guix-commits |
Subject: |
08/11: gnu: Add python-sphinxcontrib-qthelp. |
Date: |
Fri, 24 May 2019 16:50:54 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6eceb2d44529851e223f507d6e52f56ad3b7b1ee
Author: Marius Bakke <address@hidden>
Date: Sun May 12 23:35:08 2019 +0200
gnu: Add python-sphinxcontrib-qthelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public
variable.
---
gnu/packages/sphinx.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 3fd4a39..0090ddb 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -233,6 +233,26 @@ commands into documents, helping you to keep your command
examples up to date.")
(define-public python2-sphinxcontrib-programoutput
(package-with-python2 python-sphinxcontrib-programoutput))
+(define-public python-sphinxcontrib-qthelp
+ (package
+ (name "python-sphinxcontrib-qthelp")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinxcontrib-qthelp" version))
+ (sha256
+ (base32
+ "0vs09m6kf5vhiivpi5s5pks59iq0lqlsbkdycpqlysg53bhmqikr"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ;XXX: circular dependency on Sphinx
+ (home-page "https://github.com/sphinx-doc/sphinxcontrib-qthelp")
+ (synopsis "Sphinx extension to output QtHelp documents")
+ (description
+ "@code{sphinxcontrib-qthelp} is a Sphinx extension which outputs QtHelp
+documents.")
+ (license license:bsd-2)))
+
(define-public python-sphinxcontrib-serializinghtml
(package
(name "python-sphinxcontrib-serializinghtml")
- branch master updated (66fbffd -> dbe5332), guix-commits, 2019/05/24
- 10/11: gnu: python-markdown: Update to 3.1.1., guix-commits, 2019/05/24
- 02/11: gnu: Move Sphinx and friends to (gnu packages sphinx)., guix-commits, 2019/05/24
- 11/11: gnu: help2man: Update to 1.47.10., guix-commits, 2019/05/24
- 08/11: gnu: Add python-sphinxcontrib-qthelp.,
guix-commits <=
- 07/11: gnu: Add python-sphinxcontrib-htmlhelp., guix-commits, 2019/05/24
- 09/11: gnu: perl: Update home page., guix-commits, 2019/05/24
- 05/11: gnu: Add python-sphinxcontrib-devhelp., guix-commits, 2019/05/24
- 06/11: gnu: Add python-sphinxcontrib-jsmath., guix-commits, 2019/05/24
- 04/11: gnu: Add python-sphinxcontrib-applehelp., guix-commits, 2019/05/24
- 03/11: gnu: Add python-sphinxcontrib-serializinghtml., guix-commits, 2019/05/24
- 01/11: gnu: postgresql: Replace with 10.8 [security fixes]., guix-commits, 2019/05/24