git: f7fb975a9fa6 - main - devel/py-s3fs: Add AWSCLI and BOTO3 options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 00:49:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7fb975a9fa69cb8fdfe1643cc5626a3609c6aa7
commit f7fb975a9fa69cb8fdfe1643cc5626a3609c6aa7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 00:22:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 00:44:36 +0000
devel/py-s3fs: Add AWSCLI and BOTO3 options
---
devel/py-s3fs/Makefile | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/devel/py-s3fs/Makefile b/devel/py-s3fs/Makefile
index facc78a6e502..d00110957c72 100644
--- a/devel/py-s3fs/Makefile
+++ b/devel/py-s3fs/Makefile
@@ -21,4 +21,11 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+OPTIONS_DEFINE= AWSCLI BOTO3
+AWSCLI_DESC= Use awscli
+BOTO3_DESC= Use boto3
+
+AWSCLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscli>=1.29.17:devel/py-awscli@${PY_FLAVOR}
+BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.28.17:www/py-boto3@${PY_FLAVOR}
+
.include <bsd.port.mk>