1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/py-sphinx: Fix c0615e6aa3

- Bump PORTREVISION for package change

pyproject.toml patch is needed when RUN_DEPENDS is modified.

PR:		280323
Reported by:	rhurlin
This commit is contained in:
Po-Chuan Hsieh 2024-07-19 00:47:57 +08:00
parent 4ef844c201
commit 0591f45860
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
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",