From ac0df2c8bfda34f8ea227dc814149fa1468a4267 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sat, 3 Feb 2024 23:55:41 -0500 Subject: 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 Signed-off-by: Sam James --- app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild | 79 +++++++++++++++++++++++++ app-backup/borgmatic/borgmatic-1.8.5.ebuild | 80 -------------------------- 2 files changed, 79 insertions(+), 80 deletions(-) create mode 100644 app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild delete mode 100644 app-backup/borgmatic/borgmatic-1.8.5.ebuild (limited to 'app-backup/borgmatic') diff --git a/app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild b/app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild new file mode 100644 index 000000000000..09e09f4eea4c --- /dev/null +++ b/app-backup/borgmatic/borgmatic-1.8.5-r1.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 systemd pypi + +DESCRIPTION="Automatically create, prune and verify backups with borgbackup" +HOMEPAGE="https://torsion.org/borgmatic/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv" +IUSE="apprise" + +REQUIRED_USE="test? ( apprise )" + +# borg is called as an external tool, hence no pythonic stuff +RDEPEND="app-backup/borgbackup + $(python_gen_cond_dep ' +