File: pyproject.patch

package info (click to toggle)
furo 2022.12.07%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,684 kB
  • sloc: python: 554; javascript: 396; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Removing the dependency on sphinx-theme-builder, which is not
in Debian, and quite useless in this particular case

--- furo-2022.9.29.orig/pyproject.toml
+++ furo-2022.9.29/pyproject.toml
@@ -1,12 +1,6 @@
 [build-system]
-requires = ["sphinx-theme-builder >= 0.2.0a10"]
-build-backend = "sphinx_theme_builder"
-
-[tool.sphinx-theme-builder]
-node-version = "16.15.1"
-additional-compiled-static-assets = [
-  "styles/furo-extensions.css",
-]
+requires = ["setuptools>=40.8.0", "wheel"]
+build-backend = "setuptools.build_meta:__legacy__"
 
 [project]
 name = "furo"