guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.


From: Danny Milosavljevic
Subject: [PATCH 2/5] gnu: Add python-sphinx-cloud-sptheme.
Date: Fri, 7 Oct 2016 12:32:47 +0200

* gnu/packages/python.scm (python-sphinx-cloud-sptheme): New variable.
---
 gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d8cb7d1..73f0c05 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11014,3 +11014,29 @@ focus on building massively scalable web 
applications.")
       "This package provides 16 stemmer algorithms (15 + Poerter English
 stemmer) generated from Snowball algorithms.")
     (license license:bsd-3)))
+
+(define-public python-sphinx-cloud-sptheme
+  (package
+    (name "python-sphix-cloud-sptheme")
+    (version "1.7.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "cloud_sptheme" version))
+        (sha256
+          (base32
+            "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
+  (build-system python-build-system)
+  (inputs
+    `(("python-sphinx" ,python-sphinx)))
+  (native-inputs
+    `(("python-docutils" ,python-docutils)
+      ("python-snowballstemmer" ,python-snowballstemmer)))
+  (home-page
+    "https://bitbucket.org/ecollins/cloud_sptheme";)
+  (synopsis
+    "'Cloud' theme for Sphinx documenter")
+  (description
+    "This package contains the 'Cloud' theme for Sphinx and some
+related extensions.")
+  (license license:bsd-3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]