GNU bug report logs -
#75032
[PATCH 00/13] Add more SageMath packages
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 22 Dec 2024 17:26:01 UTC
Severity: normal
Tags: patch
Done: dannym <at> friendly-machines.com
Bug is archived. No further changes may be made.
Full log
Message #44 received at 75032 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/sphinx.scm (python-sphinx-inline-tabs): New variable.
Change-Id: I92516cdc404cdcaee74cb8cf19f255c049c43021
---
gnu/packages/sphinx.scm | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 72f1513f34..f7f3286b7b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2019 Brett Gilio <brettg <at> gnu.org>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2021 Eric Bavier <bavier <at> posteo.net>
-;;; Copyright © 2021, 2022 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021, 2022, 2024 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte <at> inria.fr>
;;; Copyright © 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2024 Troy Figiel <troy <at> troyfigiel.com>
@@ -519,6 +519,27 @@ (define-public python-sphinxcontrib-newsfeed
(home-page "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed")
(license license:bsd-2)))
+(define-public python-sphinx-inline-tabs
+ (package
+ (name "python-sphinx-inline-tabs")
+ (version "2023.4.21")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinx_inline_tabs" version))
+ (sha256
+ (base32 "1g5yhdk208i8maippnbnijd1knpai809wl3cbwzqy59cc0zz3wjx"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ; no tests in the release, only in the main branch
+ (native-inputs (list python-flit-core
+ python-sphinx))
+ (home-page "https://github.com/pradyunsg/sphinx-inline-tabs")
+ (synopsis "Add inline tabbed content to your Sphinx documentation")
+ (description "This package provides a Sphinx plugin to add inline tabbed
+content to your Sphinx documentation.")
+ (license license:expat)))
+
(define-public python-sphinx-issues
(package
(name "python-sphinx-issues")
--
2.39.5
This bug report was last modified 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.