git: 6e5bbeffcf89 - main - science/py-esda: Add NOTEBOOKS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jul 2026 12:24:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e5bbeffcf8966769a140e337bf44d1ff9e99cb9
commit 6e5bbeffcf8966769a140e337bf44d1ff9e99cb9
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:47:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:21:24 +0000
science/py-esda: Add NOTEBOOKS option
---
science/py-esda/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/science/py-esda/Makefile b/science/py-esda/Makefile
index 37be787077d2..4b05aa241721 100644
--- a/science/py-esda/Makefile
+++ b/science/py-esda/Makefile
@@ -28,9 +28,12 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTIONS_DEFINE= PLUS
+OPTIONS_DEFINE= NOTEBOOKS PLUS
+NOTEBOOKS_DESC= Extra dependencies for notebooks
PLUS_DESC= Extra features
+NOTEBOOKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib-scalebar>=0:math/py-matplotlib-scalebar@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}watermark>=0:devel/py-watermark@${PY_FLAVOR}
PLUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.10:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numba>=0.61:devel/py-numba@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rtree>=1.3:devel/py-rtree@${PY_FLAVOR} \