git: 16ff8c478310 - main - math/py-narwhals: Add MODIN option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 06:17:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ff8c478310b23519998984d8e437ac259297e1 commit 16ff8c478310b23519998984d8e437ac259297e1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 06:17:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 06:17:21 +0000 math/py-narwhals: Add MODIN option --- math/py-narwhals/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 52b28a2fc098..f91725d9257c 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -20,14 +20,16 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= DASK PANDAS POLARS PYARROW +OPTIONS_DEFINE= DASK PANDAS MODIN POLARS PYARROW DASK_DESC= Dask DataFrame support PANDAS_DESC= Pandas API support +MODIN_DESC= Modin API support POLARS_DESC= Polars API support PYARROW_DESC= PyArrow API support DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=2024.7:devel/py-dask@${PY_FLAVOR} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25.3,1:math/py-pandas@${PY_FLAVOR} +MODIN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}modin>=0:math/py-modin@${PY_FLAVOR} POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.3:misc/py-polars@${PY_FLAVOR} PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR}