mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html PR: 276865 Reported by: FiLiS <freebsdbugs@filis.org>
21 lines
536 B
Python
21 lines
536 B
Python
--- setup.py.orig 2024-02-06 08:04:58 UTC
|
|
+++ setup.py
|
|
@@ -99,18 +99,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
|