git: 0591f458605b - main - textproc/py-sphinx: Fix c0615e6aa3e51781df0cf60379b4b8fc69d1a6c0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:50:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0591f458605ba393099fb5ed8a2b67ba30b84577 commit 0591f458605ba393099fb5ed8a2b67ba30b84577 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:47:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:47:57 +0000 textproc/py-sphinx: Fix c0615e6aa3e51781df0cf60379b4b8fc69d1a6c0 - Bump PORTREVISION for package change pyproject.toml patch is needed when RUN_DEPENDS is modified. PR: 280323 Reported by: rhurlin --- textproc/py-sphinx/Makefile | 2 +- textproc/py-sphinx/files/patch-pyproject.toml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index a57539a42b95..f1530738a7a8 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ PORTNAME= sphinx PORTVERSION= 5.3.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= PYPI diff --git a/textproc/py-sphinx/files/patch-pyproject.toml b/textproc/py-sphinx/files/patch-pyproject.toml new file mode 100644 index 000000000000..ede4dd8e0985 --- /dev/null +++ b/textproc/py-sphinx/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2022-10-16 09:53:52 UTC ++++ pyproject.toml +@@ -65,7 +65,7 @@ dependencies = [ + "sphinxcontrib-qthelp", + "Jinja2>=3.0", + "Pygments>=2.12", +- "docutils>=0.14,<0.20", ++ "docutils>=0.14,<0.22", + "snowballstemmer>=2.0", + "babel>=2.9", + "alabaster>=0.7,<0.8",