summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 10:55:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 17:06:55 +0100
commitd29d6cad78d19d8eb5c915f73d2c53a21c63aba2 (patch)
treedcda3b19b790e1a7792bb896ffccb919e0f62698
parent8511a3eaf9d3accac72f221425ff9c17ed1879d3 (diff)
gnu: Remove python-sphinx-panels.
It's no longer required, fails to build, not mainted. Message from upstream: > This repository is not actively maintained. Use sphinx-design instead! > See the migration guide and this github issue for more information. * gnu/packages/sphinx.scm (python-sphinx-panels): Delete variable. Change-Id: Ib51b05819238a912e30f36fbeb0f24316275e441
-rw-r--r--gnu/packages/sphinx.scm37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 329e2c3bc5..6af539cf99 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -631,43 +631,6 @@ user profiles. Support for GitHub is built-in, but other services can also be
supported with @code{sphinx-issues}.")
(license license:expat)))
-(define-public python-sphinx-panels
- (package
- (name "python-sphinx-panels")
- (version "0.6.0")
- (source
- (origin
- ;; Tests not included in the pypi release.
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/executablebooks/sphinx-panels")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1ivqz6yv96a2jp59kylg1gbkrmzq6zwilppz3ij0zrkjn25zb97k"))))
- (build-system pyproject-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'loosen-requirements
- (lambda _
- (substitute* "setup.py"
- (("sphinx>=2,<5")
- "sphinx>=2,<6")))))))
- (propagated-inputs (list python-docutils-0.16 python-sphinx-5))
- (native-inputs
- (list python-pytest
- python-pytest-regressions
- python-setuptools
- python-wheel))
- (home-page "https://github.com/executablebooks/sphinx-panels")
- (synopsis "Sphinx extension for creating panels in a grid layout")
- (description
- "This package provides a sphinx extension for creating panels in a
-grid layout. It is no longer maintained and users are encouraged to use
-@code{sphinx-design} instead.")
- (license license:expat)))
-
(define-public python-sphinx-tabs
(package
(name "python-sphinx-tabs")