summaryrefslogtreecommitdiffstats
path: root/debian/patches/move_sphinxcontrib_to_extras_require.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:20:59 +0000
commit2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch)
tree4576e1f794f5177b19be99e8d7f6d568f273999e /debian/patches/move_sphinxcontrib_to_extras_require.diff
parentMerging upstream version 7.3.7. (diff)
downloadsphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz
sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/move_sphinxcontrib_to_extras_require.diff')
-rw-r--r--debian/patches/move_sphinxcontrib_to_extras_require.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/move_sphinxcontrib_to_extras_require.diff b/debian/patches/move_sphinxcontrib_to_extras_require.diff
index 9fa47ea..8e73096 100644
--- a/debian/patches/move_sphinxcontrib_to_extras_require.diff
+++ b/debian/patches/move_sphinxcontrib_to_extras_require.diff
@@ -7,10 +7,10 @@ Subject: Move sphinxcontrib modules to extras_require
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
-index 0a9bc9e..6383e31 100644
+index 8aa49aa..5dbb696 100644
--- a/pyproject.toml
+++ b/pyproject.toml
-@@ -55,12 +55,6 @@ classifiers = [
+@@ -56,12 +56,6 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
@@ -22,10 +22,10 @@ index 0a9bc9e..6383e31 100644
- "sphinxcontrib-qthelp",
"Jinja2>=3.0",
"Pygments>=2.14",
- "docutils>=0.18.1,<0.21",
-@@ -96,6 +90,14 @@ test = [
+ "docutils>=0.18.1,<0.22",
+@@ -98,6 +92,14 @@ test = [
+ "cython>=3.0",
"setuptools>=67.0", # for Cython compilation
- "filelock",
]
+sphinxcontrib = [
+ "sphinxcontrib-applehelp",