mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
misc/py-openai: Update to 1.6.1
Approved by: yuri (maintainer)
This commit is contained in:
parent
95665bb506
commit
39e841a05a
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= openai
|
||||
DISTVERSION= 0.27.10
|
||||
DISTVERSION= 1.6.1
|
||||
CATEGORIES= misc # machine-learning
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,10 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1:www/py-httpx@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
|
||||
RUN_DEPENDS+= ${PYNUMPY} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1703667404
|
||||
SHA256 (openai-0.27.10.tar.gz) = 60e09edf7100080283688748c6803b7b3b52d5a55d21890f3815292a0552d83b
|
||||
SIZE (openai-0.27.10.tar.gz) = 61511
|
||||
TIMESTAMP = 1704145684
|
||||
SHA256 (openai-1.6.1.tar.gz) = d553ca9dbf9486b08e75b09e8671e4f638462aaadccfced632bf490fc3d75fa2
|
||||
SIZE (openai-1.6.1.tar.gz) = 124807
|
||||
|
|
Loading…
Add table
Reference in a new issue