diff --git a/textproc/py-sphinx-design/Makefile b/textproc/py-sphinx-design/Makefile index a43b1f10c272..d35e27b4f16f 100644 --- a/textproc/py-sphinx-design/Makefile +++ b/textproc/py-sphinx-design/Makefile @@ -1,24 +1,25 @@ PORTNAME= sphinx-design PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sphinx_design-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sphinx extension for designing beautiful, view size responsive web components WWW= https://sphinx-design.readthedocs.io/en/latest/ \ https://github.com/executablebooks/sphinx-design LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1<10,1:textproc/py-sphinx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=7,1<10,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/textproc/py-sphinx-design/files/patch-pyproject.toml b/textproc/py-sphinx-design/files/patch-pyproject.toml deleted file mode 100644 index 0990f1e6d5be..000000000000 --- a/textproc/py-sphinx-design/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2026-01-19 13:12:43 UTC -+++ pyproject.toml -@@ -27,7 +27,7 @@ requires-python = ">=3.11" - ] - keywords = ["sphinx", "extension", "material design", "web components"] - requires-python = ">=3.11" --dependencies = ["sphinx>=7,<10"] -+dependencies = ["sphinx>=5,<10"] - - [project.urls] - Homepage = "https://github.com/executablebooks/sphinx-design"