diff options
Diffstat (limited to 'devel/py-tox-toml-fmt/Makefile')
-rw-r--r-- | devel/py-tox-toml-fmt/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-tox-toml-fmt/Makefile b/devel/py-tox-toml-fmt/Makefile index 2e35c476addd..96171d0d69c2 100644 --- a/devel/py-tox-toml-fmt/Makefile +++ b/devel/py-tox-toml-fmt/Makefile @@ -1,6 +1,5 @@ PORTNAME= tox-toml-fmt -PORTVERSION= 1.0.0 -PORTREVISION= 9 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +13,10 @@ WWW= https://github.com/tox-dev/toml-fmt/tree/main/tox-toml-fmt \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.7.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.8.4:devel/py-maturin@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}toml-fmt-common>=1.0.1:devel/py-toml-fmt-common@${PY_FLAVOR} -USES= cargo python:3.9+ +USES= cargo python:3.10+ USE_PYTHON= autoplist concurrent pep517 CARGO_BUILD= no |