Files
Nuno Teixeira 332067831b sysutils/duplicity: Update to 3.0.5
- Remove testing from port as it isn't shipped in PyPI tarball anymore
- Force downgrade on setuptools upstream requirement

ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html
2025-06-20 22:18:27 +01:00

12 lines
236 B
TOML

--- pyproject.toml.orig 2025-06-20 19:43:43 UTC
+++ pyproject.toml
@@ -32,7 +32,7 @@ classifiers = [
[build-system]
-requires = ["setuptools>=68.1.0"]
+requires = ["setuptools>=63.1.0"]
build-backend = "setuptools.build_meta"