commit: ac0df2c8bfda34f8ea227dc814149fa1468a4267 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 04:55:41 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 20:10:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0df2c8
app-backup/borgmatic: drop setuptools runtime dep Followup to commit 59abfc93ba1a52dc16acb482771213f09bfc073b. Upstream migrated in version 1.7.13, away from setuptools / pkg_resources and over to packaging / importlib.metadata via commit: https://github.com/borgmatic-collective/borgmatic/commit/8cb5a42a9e156f126faf3797fff55a8bf95f4b61 Remove the leftover dependency. Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../borgmatic/{borgmatic-1.8.5.ebuild => borgmatic-1.8.5-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-backup/borgmatic/borgmatic-1.8.5.ebuild b/app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild similarity index 98% rename from app-backup/borgmatic/borgmatic-1.8.5.ebuild rename to app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild index 9211617ab572..09e09f4eea4c 100644 --- a/app-backup/borgmatic/borgmatic-1.8.5.ebuild +++ b/app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild @@ -27,7 +27,6 @@ RDEPEND="app-backup/borgbackup dev-python/packaging[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] ') apprise? ( $(python_gen_cond_dep ' dev-python/apprise[${PYTHON_USEDEP}]