diff options
Diffstat (limited to 'textproc/py-jiter/Makefile')
-rw-r--r-- | textproc/py-jiter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-jiter/Makefile b/textproc/py-jiter/Makefile index f4fe3b30a825..fff6836df5a2 100644 --- a/textproc/py-jiter/Makefile +++ b/textproc/py-jiter/Makefile @@ -1,6 +1,5 @@ PORTNAME= jiter -DISTVERSION= 0.10.0 -PORTREVISION= 3 +DISTVERSION= 0.11.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ WWW= https://github.com/pydantic/jiter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/crates/jiter/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.9.4<2.0:devel/py-maturin@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist pep517 |