git: c553a07f54a8 - main - devel/py-dulwich: Add AIOHTTP option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:08 UTC
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}