Files
macports-ports/python/py-hatch/files/patch-pyproject.toml.diff
Marius Schamschula 9e54995275 move hatch to py-hatch
2026-06-21 10:33:35 -05:00

21 lines
478 B
Diff

--- pyproject.toml.orig 2020-02-01 18:00:00
+++ pyproject.toml 2026-06-20 16:07:57
@@ -42,7 +42,7 @@
"click>=8.0.6",
"distro>=1.0.0; sys_platform == 'linux'",
"hatchling>=1.27.0",
- "httpx2>=0.22.0",
+ "httpx2",
"hyperlink>=21.0.0",
"keyring>=23.5.0",
"packaging>=24.2",
@@ -55,7 +55,7 @@
"tomli-w>=1.0",
"tomlkit>=0.11.1",
"userpath~=1.7",
- "uv>=0.5.23",
+ "uv-build",
"virtualenv>=21",
"backports.zstd>=1.0.0 ; python_version<'3.14'",
]