aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pyproject-fmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyproject-fmt/Makefile')
-rw-r--r--devel/py-pyproject-fmt/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-pyproject-fmt/Makefile b/devel/py-pyproject-fmt/Makefile
index b1c1dfbcce58..b57eb36af47b 100644
--- a/devel/py-pyproject-fmt/Makefile
+++ b/devel/py-pyproject-fmt/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pyproject-fmt
-PORTVERSION= 2.6.0
-PORTREVISION= 2
+PORTVERSION= 2.11.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -8,16 +7,17 @@ DISTFILES= pyproject_fmt-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Format your pyproject.toml file
-WWW= https://github.com/tox-dev/toml-fmt/tree/main/pyproject-fmt \
+WWW= https://pyproject-fmt.readthedocs.io/en/latest/ \
+ https://github.com/tox-dev/toml-fmt/tree/main/pyproject-fmt \
https://github.com/tox-dev/toml-fmt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-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}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.9.6:devel/py-maturin@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml-fmt-common>=1.1:devel/py-toml-fmt-common@${PY_FLAVOR}
-USES= cargo python:3.9+
+USES= cargo python
USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no