diff --git a/textproc/py-jinjanator-plugins/Makefile b/textproc/py-jinjanator-plugins/Makefile index dcda9a619f18..0a0ee75a48c4 100644 --- a/textproc/py-jinjanator-plugins/Makefile +++ b/textproc/py-jinjanator-plugins/Makefile @@ -1,25 +1,25 @@ PORTNAME= jinjanator-plugins DISTVERSION= 25.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} MAINTAINER= otis@FreeBSD.org COMMENT= Plugins toolkit for jinjanator tool WWW= https://github.com/kpfleming/jinjanator-plugins LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 .include diff --git a/textproc/py-jinjanator-plugins/files/patch-pyproject.toml b/textproc/py-jinjanator-plugins/files/patch-pyproject.toml index 0d6d6a001e69..fc2b995b23d2 100644 --- a/textproc/py-jinjanator-plugins/files/patch-pyproject.toml +++ b/textproc/py-jinjanator-plugins/files/patch-pyproject.toml @@ -1,11 +1,11 @@ --- pyproject.toml.orig 2025-10-18 11:26:02 UTC +++ pyproject.toml @@ -3,7 +3,7 @@ requires = [ requires = [ "hatch-fancy-pypi-readme", "hatch-vcs", - "hatchling<1.27", -+ "hatchling<=1.31", ++ "hatchling>=1.00", ] [project]