git: a1fee78fcf49 - main - devel/py-aiobotocore: Add HTTPX option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Jul 2025 04:33:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a1fee78fcf49f2580f9979195d329378cdbe21eb
commit a1fee78fcf49f2580f9979195d329378cdbe21eb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-29 03:47:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-29 04:29:59 +0000
devel/py-aiobotocore: Add HTTPX option
---
devel/py-aiobotocore/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile
index c027a777b74b..b6573a3a604c 100644
--- a/devel/py-aiobotocore/Makefile
+++ b/devel/py-aiobotocore/Makefile
@@ -28,11 +28,13 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= AWSCLI BOTO3
+OPTIONS_DEFINE= AWSCLI BOTO3 HTTPX
AWSCLI_DESC= Use awscli
BOTO3_DESC= Use boto3
+HTTPX_DESC= Use httpx
AWSCLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscli>=1.29.81:devel/py-awscli@${PY_FLAVOR}
BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.38.40:www/py-boto3@${PY_FLAVOR}
+HTTPx_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.1<0.29:www/py-httpx@${PY_FLAVOR}
.include <bsd.port.mk>