diff options
Diffstat (limited to 'devel/py-toml-fmt-common/Makefile')
-rw-r--r-- | devel/py-toml-fmt-common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-toml-fmt-common/Makefile b/devel/py-toml-fmt-common/Makefile index 6676d58859f7..00eb437d3bf6 100644 --- a/devel/py-toml-fmt-common/Makefile +++ b/devel/py-toml-fmt-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= toml-fmt-common -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ WWW= https://github.com/tox-dev/toml-fmt-common LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatchling>=1.25:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.5:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PY_TOMLI} USES= python |