summaryrefslogtreecommitdiff
path: root/sysutils/duplicity/files/extra-patch-setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/duplicity: Update to 3.0.5Nuno Teixeira2025-06-201-2/+2
| | | | | | | - 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
* sysutils/duplicity: Update to 2.2.3Nuno Teixeira2024-03-211-6/+7
| | | | | | - Remove setuptools_scm dependency ChangeLog: https://gitlab.com/duplicity/duplicity/-/blob/main/CHANGELOG.md
* sysutils/duplicity: Improve portNuno Teixeira2024-01-141-0/+30
- 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