ports/sysutils/duplicity/files/patch-pyproject.toml
Nuno Teixeira 0b95275064 sysutils/duplicity: Update to 3.0.6.1
- Remove GDOCS option that depends on expired www/py-pydrive2

ChangeLog:	https://duplicity.gitlab.io/stable/CHANGELOG.html
MFH:		2025Q4 (bugfixes)
2025-11-15 10:30:07 +00:00

16 lines
349 B
TOML

--- pyproject.toml.orig 2025-11-13 17:58:14 UTC
+++ pyproject.toml
@@ -34,10 +34,10 @@ requires = [
[build-system]
requires = [
"build>=1.1",
- "pip>=24.0",
+ "pip>=23.3.2",
"pipx>=1.5",
"packaging>=20.0",
- "setuptools>=78.1.0",
+ "setuptools>=63.1.0",
"wheel>=0.42.0",
]
build-backend = "setuptools.build_meta"