# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="keyring element for ProtonVPN" HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/python-proton-keyring-linux" SRC_URI="https://github.com/ProtonVPN/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" KEYWORDS="~amd64" SLOT="0" RESTRICT="test primaryuri" RDEPEND=" net-vpn/python-proton-core[${PYTHON_USEDEP}] dev-python/keyring[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND}" DEPEND="${RDEPEND}"