freebsd-ports/sysutils/duplicity/files/patch-setup.py
Nuno Teixeira 3a5cc256fc sysutils/duplicity: Improve port
- Switch to DISTVERSION
- Switch to pep517 build
- Update WWW (redirection)
- Remove FTP and FTPS from default options
- Use py-boto3 run dep on S3 option
- Add dropbox backend option
- Add pytest testunit
- Take maintainership

PR:		268850, 270572, 274904
2024-01-14 09:37:50 +00:00

21 lines
541 B
Python

--- setup.py.orig 2023-12-25 16:22:33 UTC
+++ setup.py
@@ -87,18 +87,6 @@ def get_data_files():
"bin/duplicity.1",
],
),
- (
- f"share/doc/duplicity-{Version}",
- [
- "CHANGELOG.md",
- "CONTRIBUTING.md",
- "COPYING",
- "README.md",
- "README-LOG.md",
- "README-REPO.md",
- "README-TESTING.md",
- ],
- ),
]
# short circuit fot READTHEDOCS