Date: Sat, 30 Sep 2023 00:49:01 GMT 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: f7fb975a9fa6 - main - devel/py-s3fs: Add AWSCLI and BOTO3 options Message-ID: <202309300049.38U0n1tf007620@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300049.38U0n1tf007620>