aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 18:54:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 19:01:23 +0000
commit94b022add5516b2353255b6eb1f91394e61b5c34 (patch)
tree8762cb995e9b0395684d87be64f2988398181091
parent6b7c9d0197adea6eed9984f33b37a66e8111bc50 (diff)
downloadports-94b022add5516b2353255b6eb1f91394e61b5c34.tar.gz
ports-94b022add5516b2353255b6eb1f91394e61b5c34.zip
misc/py-tqdm: Add NOTEBOOK and SLACK options
-rw-r--r--misc/py-tqdm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index 945898c873dd..1b5f5d80b9a4 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -24,9 +24,13 @@ NO_ARCH= yes
CPE_VENDOR= tqdm_project
-OPTIONS_DEFINE= TELEGRAM
+OPTIONS_DEFINE= NOTEBOOK SLACK TELEGRAM
+NOTEBOOK_DESC= Notebook support
+SLACK_DESC= Slack support
TELEGRAM_DESC= Telegram support
+NOTEBOOK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipywidgets>=6:devel/py-ipywidgets@${PY_FLAVOR}
+SLACK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slack-sdk>=0:net-im/py-slack-sdk@${PY_FLAVOR}
TELEGRAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
.include <bsd.port.mk>