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

22 lines
538 B
Python

--- setup.py.orig 2025-06-19 16:01:57 UTC
+++ setup.py
@@ -113,18 +113,6 @@ def get_data_files():
"man/duplicity.1",
],
),
- (
- f"share/doc/duplicity-{Version}",
- [
- "CHANGELOG.md",
- "AUTHORS.md",
- "COPYING",
- "README.md",
- "README-LOG.md",
- "README-REPO.md",
- "README-TESTING.md",
- ],
- ),
]
# short circuit fot READTHEDOCS