diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-06-20 22:16:12 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-06-20 22:18:27 +0100 |
commit | 332067831b0bd90a417408f4be80413d36fb8c24 (patch) | |
tree | ba2f4050572dd0359f612bade66526dcd18cc340 /sysutils/duplicity/files/extra-patch-setup.py | |
parent | devel/R-cran-evaluate: Update to 1.0.4 (diff) |
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
Diffstat (limited to 'sysutils/duplicity/files/extra-patch-setup.py')
-rw-r--r-- | sysutils/duplicity/files/extra-patch-setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/duplicity/files/extra-patch-setup.py b/sysutils/duplicity/files/extra-patch-setup.py index 18af0c97b3be..c8b74e96edba 100644 --- a/sysutils/duplicity/files/extra-patch-setup.py +++ b/sysutils/duplicity/files/extra-patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2024-03-20 20:49:22 UTC +--- setup.py.orig 2025-06-19 16:01:57 UTC +++ setup.py -@@ -111,28 +111,6 @@ def get_data_files(): +@@ -131,28 +131,6 @@ def get_data_files(): if os.environ.get("READTHEDOCS") == "True": return data_files |