diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-01-14 09:27:40 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-01-14 09:37:50 +0000 |
commit | 3a5cc256fcf8b3d54d8f786979c013ced54cf423 (patch) | |
tree | ce2e09c8c7498310ce0c13ce8ccacb4065f03424 /sysutils/duplicity/files/patch-setup.py | |
parent | emulators/sameboy: Update to 0.16.2 (diff) |
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
Diffstat (limited to 'sysutils/duplicity/files/patch-setup.py')
-rw-r--r-- | sysutils/duplicity/files/patch-setup.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py new file mode 100644 index 000000000000..1c5e69fb4034 --- /dev/null +++ b/sysutils/duplicity/files/patch-setup.py @@ -0,0 +1,21 @@ +--- 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 |