Date: Thu, 2 Mar 2023 07:35:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 09b448dc3e32 - main - misc/py-openai: Add missing dependencies Message-ID: <202303020735.3227ZtxL083340@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=09b448dc3e3212ae2dace7cb690887dbfdf76925 commit 09b448dc3e3212ae2dace7cb690887dbfdf76925 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-03-02 07:34:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-02 07:35:44 +0000 misc/py-openai: Add missing dependencies PR: 269876 --- misc/py-openai/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/py-openai/Makefile b/misc/py-openai/Makefile index bf8eb722f72a..21e664c82a8b 100644 --- a/misc/py-openai/Makefile +++ b/misc/py-openai/Makefile @@ -1,5 +1,6 @@ PORTNAME= openai DISTVERSION= 0.26.5 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wandb>0:misc/py-wandb@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303020735.3227ZtxL083340>