Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 06:33:59 +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: 8270827dcfd0 - main - net/py-urllib3-future: Add QH3 option
Message-ID:  <69d353d7.32a04.2b27b857@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=8270827dcfd015290a9278c655d25971f37c1948

commit 8270827dcfd015290a9278c655d25971f37c1948
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-06 06:22:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-06 06:22:06 +0000

    net/py-urllib3-future: Add QH3 option
---
 net/py-urllib3-future/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile
index 8942b1a5361c..0e7cc3271159 100644
--- a/net/py-urllib3-future/Makefile
+++ b/net/py-urllib3-future/Makefile
@@ -23,11 +23,13 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	BROTLI SOCKS WS ZSTD
+OPTIONS_DEFINE=	BROTLI QH3 SOCKS WS ZSTD
+QH3_DESC=	QUIC and HTTP/3 support
 WS_DESC=	WebSockets support
 
 BROTLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR}
 SOCKS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-socks>=2.0<2.6.1_99:net/py-python-socks@${PY_FLAVOR}
+QH3_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}qh3>=1.5.4<2.0.0:www/py-qh3@${PY_FLAVOR}
 WS_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}wsproto>=1.2<2:net/py-wsproto@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d353d7.32a04.2b27b857>