diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-31 23:26:42 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:13 +0100 |
| commit | f00c9b08e52f678f15f6dbf5499d994ff8fd92e3 (patch) | |
| tree | a2f2ba02e5c61a4eeb97267ab7ce480c27ad83ee /gnu/packages/sphinx.scm | |
| parent | 220f43e850c88adeee73419212d42f107361d538 (diff) | |
gnu: python-sphinx-reredirects: Switch to git-fetch.
* gnu/packages/sphinx.scm (python-sphinx-reredirects):
[source]: Switch to git-source.
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: Ic55142ae8be826871a9c3bac078e7e31b2556d04
Diffstat (limited to 'gnu/packages/sphinx.scm')
| -rw-r--r-- | gnu/packages/sphinx.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 400a1ca3e8e..e9cfbac73b7 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -1104,22 +1104,24 @@ introspection of @code{zope.interface} instances in code.") | |||
| 1104 | (version "1.1.0") | 1104 | (version "1.1.0") |
| 1105 | (source | 1105 | (source |
| 1106 | (origin | 1106 | (origin |
| 1107 | (method url-fetch) ;FIXME use git-fetch instead? | 1107 | (method git-fetch) |
| 1108 | (uri (pypi-uri "sphinx_reredirects" version)) | 1108 | (uri (git-reference |
| 1109 | (url "https://github.com/documatt/sphinx-reredirects") | ||
| 1110 | (commit (string-append "v" version)))) | ||
| 1111 | (file-name (git-file-name name version)) | ||
| 1109 | (sha256 | 1112 | (sha256 |
| 1110 | (base32 "0acbf7v04wml24f5hrkcqnk7nqzbgq67sa3kh8zv855b6m9ik6zv")))) | 1113 | (base32 "06nflh7j7q7g1vr5pzj1a98y2mdr394l4khcgr72b2smyf7mvpiz")))) |
| 1111 | (build-system pyproject-build-system) | 1114 | (build-system pyproject-build-system) |
| 1112 | (arguments | 1115 | (arguments |
| 1113 | (list | 1116 | (list |
| 1114 | ;; Test requires network access | 1117 | ;; Test requires network access |
| 1115 | #:test-flags #~(list "-k" "not test_linkcheck"))) | 1118 | #:test-flags #~(list "-k" "not test_linkcheck"))) |
| 1116 | (native-inputs (list python-pytest python-sphinx python-flit)) | 1119 | (native-inputs (list python-pytest python-sphinx python-flit-core)) |
| 1117 | (propagated-inputs (list python-linkify-it-py | 1120 | (propagated-inputs (list python-linkify-it-py |
| 1118 | python-myst-parser | 1121 | python-myst-parser |
| 1119 | python-sphinx-copybutton | 1122 | python-sphinx-copybutton |
| 1120 | python-sphinx-design | 1123 | python-sphinx-design |
| 1121 | python-sphinx-sitemap | 1124 | python-sphinx-sitemap |
| 1122 | python-sphinx-copybutton | ||
| 1123 | python-sphinxcontrib-mermaid | 1125 | python-sphinxcontrib-mermaid |
| 1124 | python-sphinxext-opengraph)) | 1126 | python-sphinxext-opengraph)) |
| 1125 | (home-page "https://documatt.com/sphinx-reredirects/") | 1127 | (home-page "https://documatt.com/sphinx-reredirects/") |
