Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 19:38:08 +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: c553a07f54a8 - main - devel/py-dulwich: Add AIOHTTP option
Message-ID:  <698b8920.38be3.3fe8f55f@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=c553a07f54a898b238d717cd2004000fe672e798

commit c553a07f54a898b238d717cd2004000fe672e798
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:35:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:35:16 +0000

    devel/py-dulwich: Add AIOHTTP option
---
 devel/py-dulwich/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-dulwich/Makefile b/devel/py-dulwich/Makefile
index 6a222620d785..f31f6bd0fa11 100644
--- a/devel/py-dulwich/Makefile
+++ b/devel/py-dulwich/Makefile
@@ -33,10 +33,12 @@ CPE_VENDOR=	dulwich_project
 
 SHEBANG_FILES=	examples/*.py
 
-OPTIONS_DEFINE=	DOCS EXAMPLES FASTIMPORT PARAMIKO
+OPTIONS_DEFINE=	AIOHTTP DOCS EXAMPLES FASTIMPORT PARAMIKO
+AIOHTTP_DESC=	Asynchronous HTTP client/server support
 FASTIMPORT_DESC=Git fastimport support
 PARAMIKO_DESC=	SSH2 support
 
+AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR}
 FASTIMPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastimport>=0:devel/py-fastimport@${PY_FLAVOR}
 PARAMIKO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b8920.38be3.3fe8f55f>