Index: textproc/py-sphinx/Makefile =================================================================== --- textproc/py-sphinx/Makefile +++ textproc/py-sphinx/Makefile @@ -1,11 +1,9 @@ PORTNAME= sphinx -PORTVERSION= 5.3.0 -PORTREVISION= 3 +PORTVERSION= 8.0.2 PORTEPOCH= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Sphinx-${PORTVERSION} DIST_SUBDIR= python # NOTE: before committing to this port, contact portmgr to arrange for an @@ -16,7 +14,7 @@ WWW= https://www.sphinx-doc.org/ LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-applehelp>=0:textproc/py-sphinxcontrib-applehelp@${PY_FLAVOR} \ @@ -30,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}docutils>=0.14,1<0.22,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}snowballstemmer>=2.0:textproc/py-snowballstemmer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=2.9:devel/py-babel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}alabaster>=0.7<0.8:textproc/py-alabaster@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}alabaster>=1.0.0:textproc/py-alabaster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imagesize>=1.3:graphics/py-imagesize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ Index: textproc/py-sphinx/distinfo =================================================================== --- textproc/py-sphinx/distinfo +++ textproc/py-sphinx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667762756 -SHA256 (python/Sphinx-5.3.0.tar.gz) = 51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5 -SIZE (python/Sphinx-5.3.0.tar.gz) = 6811365 +TIMESTAMP = 1724120015 +SHA256 (python/sphinx-8.0.2.tar.gz) = 0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b +SIZE (python/sphinx-8.0.2.tar.gz) = 8189041 Index: textproc/py-sphinx/files/patch-pyproject.toml =================================================================== --- textproc/py-sphinx/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- 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",