diff --git a/textproc/py-sphinx-autobuild/Makefile b/textproc/py-sphinx-autobuild/Makefile index aaf65567a1a1..946dcd73d4d7 100644 --- a/textproc/py-sphinx-autobuild/Makefile +++ b/textproc/py-sphinx-autobuild/Makefile @@ -1,25 +1,28 @@ PORTNAME= sphinx-autobuild -PORTVERSION= 2024.2.4 +PORTVERSION= 2024.4.16 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= sphinx_autobuild-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Rebuild Sphinx documentation on changes, with live-reload in the browser +COMMENT= Rebuild Sphinx documentation on changes, with hot reloading in the browser WWW= https://github.com/executablebooks/sphinx-autobuild LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}livereload>=0:www/py-livereload@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}starlette>=0.35:www/py-starlette@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.25:www/py-uvicorn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}watchfiles>=0.20:devel/py-watchfiles@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websockets>=11:devel/py-websockets@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/textproc/py-sphinx-autobuild/distinfo b/textproc/py-sphinx-autobuild/distinfo index 1ed217f0921e..5ed93fa9bc3f 100644 --- a/textproc/py-sphinx-autobuild/distinfo +++ b/textproc/py-sphinx-autobuild/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712886458 -SHA256 (sphinx_autobuild-2024.2.4.tar.gz) = cb9d2121a176d62d45471624872afc5fad7755ad662738abe400ecf4a7954303 -SIZE (sphinx_autobuild-2024.2.4.tar.gz) = 12231 +TIMESTAMP = 1713624720 +SHA256 (sphinx_autobuild-2024.4.16.tar.gz) = 1c0ed37a1970eed197f9c5a66d65759e7c4e4cba7b5a5d77940752bf1a59f2c7 +SIZE (sphinx_autobuild-2024.4.16.tar.gz) = 12892