diff options
Diffstat (limited to 'textproc/py-sphinx-autobuild/Makefile')
-rw-r--r-- | textproc/py-sphinx-autobuild/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-sphinx-autobuild/Makefile b/textproc/py-sphinx-autobuild/Makefile index 20bc1ba1b6e5..dc3f881e8745 100644 --- a/textproc/py-sphinx-autobuild/Makefile +++ b/textproc/py-sphinx-autobuild/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinx-autobuild -PORTVERSION= 2024.10.3 +PORTVERSION= 2025.8.25 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,7 @@ DISTNAME= sphinx_autobuild-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rebuild Sphinx documentation on changes, with hot reloading in the browser -WWW= https://github.com/executablebooks/sphinx-autobuild +WWW= https://github.com/sphinx-doc/sphinx-autobuild LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6:devel/py-colorama@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}watchfiles>=0.20:devel/py-watchfiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websockets>=11:devel/py-websockets@${PY_FLAVOR} -USES= python +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |