diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-20 15:09:42 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-07-20 15:11:50 +0000 |
| commit | 55cf7eae21a3c67b1343d74e44cc73c586e8529e (patch) | |
| tree | 37e1a8e43b0fbdd207aa42c8dfa8aa3873ac73d1 /misc/py-cohere | |
| parent | eda811e941e7b362a7f250f959ac934afbeb0d60 (diff) | |
Diffstat (limited to 'misc/py-cohere')
| -rw-r--r-- | misc/py-cohere/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/py-cohere/Makefile b/misc/py-cohere/Makefile index 4b895b948d11..180163ca4668 100644 --- a/misc/py-cohere/Makefile +++ b/misc/py-cohere/Makefile @@ -1,6 +1,7 @@ PORTNAME= cohere DISTVERSION= 7.0.5 -CATEGORIES= misc python +PORTREVISION= 1 +CATEGORIES= misc python # machine-learning MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastavro>=1.9.4:misc/py-fastavro@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastavro>=1.9.4:textproc/py-fastavro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.2:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=1.9.2:devel/py-pydantic2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.18.2:devel/py-pydantic-core@${PY_FLAVOR} \ |
