textproc/py-sphinx: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-07-18 22:06:22 +02:00
parent 576621bccf
commit 794f021f52
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= sphinx
PORTVERSION= 5.3.0
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI

View file

@ -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",