summaryrefslogtreecommitdiff
path: root/textproc/py-myst-parser/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-15 17:45:38 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-08-15 18:55:40 +0800
commitf9575ece2a2d62ed725bf7b13f94664885caddcb (patch)
tree66150d1a9d02f9478e29de9f92887629385eb8c0 /textproc/py-myst-parser/files/patch-pyproject.toml
parenttextproc/py-ftfy: Update to 6.2.2 (diff)
textproc/py-myst-parser: Update to 4.0.0
Changes: https://github.com/executablebooks/MyST-Parser/releases https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html
Diffstat (limited to 'textproc/py-myst-parser/files/patch-pyproject.toml')
-rw-r--r--textproc/py-myst-parser/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-myst-parser/files/patch-pyproject.toml b/textproc/py-myst-parser/files/patch-pyproject.toml
new file mode 100644
index 000000000000..67ed6bf33144
--- /dev/null
+++ b/textproc/py-myst-parser/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2024-08-05 14:02:40 UTC
++++ pyproject.toml
+@@ -38,7 +38,7 @@ dependencies = [
+ "markdown-it-py~=3.0",
+ "mdit-py-plugins~=0.4,>=0.4.1",
+ "pyyaml",
+- "sphinx>=7,<9",
++ "sphinx>=5,<9",
+ ]
+
+ [project.urls]