git: 0f35423557c9 - main - devel/py-fsspec: Add GITHUB option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:27:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f35423557c9072e06a0b741ac54b4d69d7f5fb7 commit 0f35423557c9072e06a0b741ac54b4d69d7f5fb7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:43:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:39 +0000 devel/py-fsspec: Add GITHUB option --- devel/py-fsspec/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devel/py-fsspec/Makefile b/devel/py-fsspec/Makefile index ab71477aa784..0c74d15f3220 100644 --- a/devel/py-fsspec/Makefile +++ b/devel/py-fsspec/Makefile @@ -16,6 +16,11 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= GITHUB +GITHUB_DESC= GitHub file system + +GITHUB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30800