Date: Tue, 31 Dec 2024 16:01:48 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0ecbc762c52f - main - devel/py-pytest-jupyter: Enable SERVER option by default Message-ID: <202412311601.4BVG1mlg086768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ecbc762c52fb70f7dec1bb021d4a9f282c9bf0d commit 0ecbc762c52fb70f7dec1bb021d4a9f282c9bf0d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:49:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:49:05 +0000 devel/py-pytest-jupyter: Enable SERVER option by default - Bump PORTREVISION for dependency change --- devel/py-pytest-jupyter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-pytest-jupyter/Makefile b/devel/py-pytest-jupyter/Makefile index d6520acc447a..781ae37dc8e3 100644 --- a/devel/py-pytest-jupyter/Makefile +++ b/devel/py-pytest-jupyter/Makefile @@ -1,6 +1,6 @@ PORTNAME= pytest-jupyter PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/ @@ -25,7 +25,7 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= CLIENT SERVER -OPTIONS_DEFAULT=CLIENT +OPTIONS_DEFAULT=CLIENT SERVER CLIENT_DESC= Client-side support SERVER_DESC= Server-side support SERVER_IMPLIES= CLIENT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311601.4BVG1mlg086768>