textproc/py-spacy-llm: Convert to USE_PYTHON=pep517

- Fix typo: BUILD_DEPENDS -> RUN_DEPENDS
- Bump PORTREVISION for dependency and package change
main
Po-Chuan Hsieh 2024-05-13 22:10:40 +08:00
parent 9723890b5c
commit 0900771eba
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= spacy-llm
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,12 +13,14 @@ WWW= https://spacy.io/usage/large-language-models \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confection>=0.1.3<1.0.0:devel/py-confection@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confection>=0.1.3<1.0.0:devel/py-confection@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spacy>=3.5<4.0:textproc/py-spacy@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes