[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/231: gnu: Add python-sphinxext-rediraffe.
From: |
guix-commits |
Subject: |
117/231: gnu: Add python-sphinxext-rediraffe. |
Date: |
Tue, 15 Oct 2024 17:11:11 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit c1fa15c465483a886eb6b0d15ff719a9e17fb8c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 10:31:21 2024 +0200
gnu: Add python-sphinxext-rediraffe.
* gnu/packages/sphinx.scm (python-sphinxext-rediraffe): New variable.
Change-Id: I772993b7bc3a43befc459cc6a9c6d1c90932d341
---
gnu/packages/sphinx.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 86c374d334..651c5d5b58 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1056,6 +1056,37 @@ translate and to apply translation to Sphinx generated
document.")
"This package provides a Sphinx Extension to generate OG metadata.")
(license license:bsd-3)))
+(define-public python-sphinxext-rediraffe
+ (package
+ (name "python-sphinxext-rediraffe")
+ (version "0.2.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinxext-rediraffe" version))
+ (sha256
+ (base32 "0pbjkwmqc8q08bsk66panvpya831ycjq1ysdagyrznpzwpxcn7b5"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-version
+ (lambda _
+ (substitute* "setup.py"
+ (("version = \"main\"")
+ (string-append "version = \"" #$version "\""))))))))
+ (propagated-inputs (list python-sphinx))
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/wpilibsuite/sphinxext-rediraffe")
+ (synopsis
+ "Sphinx Extension that redirects non-existent pages to working pages")
+ (description
+ "This sphinx extension redirects non-existent pages to working
+pages. Rediraffe can also check that deleted/renamed files in your git repo
+are redirected.")
+ (license license:expat)))
+
(define-public python-sphinx-autobuild
(package
(name "python-sphinx-autobuild")
- 79/231: gnu: python-send2trash: Update to 1.8.2., (continued)
- 79/231: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/15
- 106/231: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/15
- 105/231: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/15
- 100/231: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/15
- 97/231: gnu: Add python-jupyter-events., guix-commits, 2024/10/15
- 109/231: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/15
- 113/231: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/10/15
- 116/231: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/15
- 127/231: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/10/15
- 136/231: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/10/15
- 117/231: gnu: Add python-sphinxext-rediraffe.,
guix-commits <=
- 141/231: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/15
- 143/231: gnu: python-codespell: Improve package style., guix-commits, 2024/10/15
- 145/231: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/10/15
- 156/231: gnu: sshuttle: Move to pyproject-build-system., guix-commits, 2024/10/15
- 174/231: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 177/231: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/10/15
- 192/231: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/10/15
- 190/231: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/10/15
- 194/231: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/10/15
- 199/231: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/10/15