Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:18:06 +0000
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: f6b382ac1a5f - main - devel/py-jupyter-client: Add ORJSON option
Message-ID:  <6981850e.18af0.74b62acc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f6b382ac1a5f4fc1a8e6f8ae1f2d695f05da58e0

commit f6b382ac1a5f4fc1a8e6f8ae1f2d695f05da58e0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:32 +0000

    devel/py-jupyter-client: Add ORJSON option
---
 devel/py-jupyter-client/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/devel/py-jupyter-client/Makefile b/devel/py-jupyter-client/Makefile
index bf3a187be1ac..7bf392232de3 100644
--- a/devel/py-jupyter-client/Makefile
+++ b/devel/py-jupyter-client/Makefile
@@ -31,4 +31,9 @@ USE_PYTHON=	autoplist concurrent pep517 pytest # 1 test fails, see https://githu
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	ORJSON
+ORJSON_DESC=	Faster pack/unpack via orjson
+
+ORJSON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}orjson>=0:devel/py-orjson@${PY_FLAVOR}
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6981850e.18af0.74b62acc>