Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 19:05:36 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94b022add551 - main - misc/py-tqdm: Add NOTEBOOK and SLACK options
Message-ID:  <202308211905.37LJ5atv096782@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94b022add5516b2353255b6eb1f91394e61b5c34

commit 94b022add5516b2353255b6eb1f91394e61b5c34
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 18:54:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 19:01:23 +0000

    misc/py-tqdm: Add NOTEBOOK and SLACK options
---
 misc/py-tqdm/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211905.37LJ5atv096782>