1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

textproc/py-jinjanator-plugins: Fix build

Fix build after py-hatchling update to 1.29
This commit is contained in:
Juraj Lutter
2026-04-21 14:09:01 +02:00
parent 6fc0426d00
commit 7239cddc38
@@ -1,11 +1,11 @@
--- pyproject.toml.orig 2025-12-09 07:40:39 UTC
--- 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.28",
+ "hatchling<=1.29",
]
[project]