mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
misc/py-instructor: Change RUN_DEPENDS from py-tenacity to py-tenacity8
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
12bd47842e
commit
c4f06e22dc
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= instructor
|
PORTNAME= instructor
|
||||||
DISTVERSION= 0.6.8
|
DISTVERSION= 0.6.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc python
|
CATEGORIES= misc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openai>=1.1.0<2.0.0:misc/py-openai@${PY_FLAV
|
||||||
${PYTHON_PKGNAMEPREFIX}typer>=0.9.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}typer>=0.9.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}rich>=13.7.0<14.0.0:textproc/py-rich@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}rich>=13.7.0<14.0.0:textproc/py-rich@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.1<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.1<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}tenacity>=8.2.3<9.0.0:devel/py-tenacity@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}tenacity8>=8.2.3<9.0.0:devel/py-tenacity8@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist pep517
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
Loading…
Add table
Reference in a new issue