guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: Remove python2-sphinxcontrib-programoutput.


From: guix-commits
Subject: 01/28: gnu: Remove python2-sphinxcontrib-programoutput.
Date: Thu, 20 Jan 2022 08:34:22 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit cc59d9cbf86185463922c3cb8f66d07b5b52be96
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 19 14:08:49 2022 +0000

    gnu: Remove python2-sphinxcontrib-programoutput.
    
    * gnu/packages/sphinx.scm (python2-sphinxcontrib-programoutput): Remove 
variable.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/sphinx.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index e556783871..55a5422037 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Eric Bavier <bavier@posteo.net>
-;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
@@ -406,9 +406,6 @@ commands into documents, helping you to keep your command 
examples up to date.")
     (home-page "https://github.com/NextThought/sphinxcontrib-programoutput";)
     (license license:bsd-2)))
 
-(define-public python2-sphinxcontrib-programoutput
-  (package-with-python2 python-sphinxcontrib-programoutput))
-
 (define-public python-sphinxcontrib-qthelp
   (package
     (name "python-sphinxcontrib-qthelp")



reply via email to

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