From 94b022add5516b2353255b6eb1f91394e61b5c34 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 22 Aug 2023 02:54:37 +0800 Subject: misc/py-tqdm: Add NOTEBOOK and SLACK options --- misc/py-tqdm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'misc') 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 -- cgit v1.2.3