# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v3 EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 desktop xdg DESCRIPTION="A GUI for Borg Backup" HOMEPAGE="https://github.com/borgbase/vorta" SRC_URI="https://github.com/borgbase/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64" RESTRICT="test" DEPEND=" x11-themes/hicolor-icon-theme $(python_gen_cond_dep ' app-backup/borgbackup[${PYTHON_USEDEP}] dev-python/peewee[${PYTHON_USEDEP}]