Date: Fri, 22 Nov 2024 06:28:27 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: 65592177836a - main - misc/py-tqdm: Add DISCORD option Message-ID: <202411220628.4AM6SRY2005860@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=65592177836af4f07fd5b8d12764f6ff617a28e7 commit 65592177836af4f07fd5b8d12764f6ff617a28e7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-22 06:22:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-22 06:22:39 +0000 misc/py-tqdm: Add DISCORD option --- misc/py-tqdm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 4c305a619d6a..413e8741ce2b 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -24,11 +24,13 @@ NO_ARCH= yes CPE_VENDOR= tqdm_project -OPTIONS_DEFINE= NOTEBOOK SLACK TELEGRAM +OPTIONS_DEFINE= DISCORD NOTEBOOK SLACK TELEGRAM +DISCORD_DESC= Discord support NOTEBOOK_DESC= Notebook support SLACK_DESC= Slack support TELEGRAM_DESC= Telegram support +DISCORD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411220628.4AM6SRY2005860>