diff options
Diffstat (limited to 'devel/py-pyproject-fmt/Makefile')
-rw-r--r-- | devel/py-pyproject-fmt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pyproject-fmt/Makefile b/devel/py-pyproject-fmt/Makefile index c341a61accfb..230308b3430e 100644 --- a/devel/py-pyproject-fmt/Makefile +++ b/devel/py-pyproject-fmt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyproject-fmt -PORTVERSION= 2.5.1 -PORTREVISION= 2 +PORTVERSION= 2.6.0 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ WWW= https://github.com/tox-dev/toml-fmt/tree/main/pyproject-fmt \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.7.1:devel/py-maturin@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.8.4:devel/py-maturin@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml-fmt-common>=1.0.1<1.0.1_99:devel/py-toml-fmt-common@${PY_FLAVOR} USES= cargo python:3.9+ |