diff options
Diffstat (limited to 'devel/py-pydantic-core/Makefile')
| -rw-r--r-- | devel/py-pydantic-core/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile index 96d5e35e0a52..8997b6039a09 100644 --- a/devel/py-pydantic-core/Makefile +++ b/devel/py-pydantic-core/Makefile @@ -1,6 +1,5 @@ PORTNAME= pydantic-core -PORTVERSION= 2.33.2 -PORTREVISION= 4 +PORTVERSION= 2.41.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,8 @@ WWW= https://github.com/pydantic/pydantic-core LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1<2:devel/py-maturin@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.9.4<2:devel/py-maturin@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.1:devel/py-typing-extensions@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist concurrent pep517 |
