guix-commits
[Top][All Lists]
Advanced

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

38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant.


From: Marius Bakke
Subject: 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant.
Date: Tue, 21 Aug 2018 11:25:59 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f70785a4c0e12eb2db0ee8e66a41d3a9952a1f63
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 07:58:09 2018 +0200

    gnu: python-sphinxcontrib-websupport: Add a python2 variant.
    
    * gnu/packages/python.scm (python2-sphinxcontrib-websupport): New public 
variable.
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ad16ba0..dbc79b3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2404,6 +2404,9 @@ Sphinx documentation into your web application.  It 
provides tools to
 integrate Sphinx documents in web templates and to handle searches.")
     (license license:bsd-3)))
 
+(define-public python2-sphinxcontrib-websupport
+  (package-with-python2 python-sphinxcontrib-websupport))
+
 (define-public python-sphinx
   (package
     (name "python-sphinx")



reply via email to

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