aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pydantic-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pydantic-core/Makefile')
-rw-r--r--devel/py-pydantic-core/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/py-pydantic-core/Makefile b/devel/py-pydantic-core/Makefile
index 1c10e85e49bb..1b8f8bfb24ee 100644
--- a/devel/py-pydantic-core/Makefile
+++ b/devel/py-pydantic-core/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pydantic-core
-PORTVERSION= 2.33.2
-PORTREVISION= 4
+PORTVERSION= 2.41.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,10 @@ 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:3.9+
+USES= cargo python
USE_PYTHON= autoplist concurrent pep517
BINARY_ALIAS= python3=${PYTHON_CMD}