From 1b84eb1fffceb2e540738b6f9b3bd36162d20dff Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 20 Mar 2025 05:05:02 +0000 Subject: [PATCH] net-voip/sipvicious: enable py3.13 Signed-off-by: Sam James --- net-voip/sipvicious/sipvicious-0.3.4-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-voip/sipvicious/sipvicious-0.3.4-r1.ebuild b/net-voip/sipvicious/sipvicious-0.3.4-r1.ebuild index c7af6c8c7db55..af13d6ef1566e 100644 --- a/net-voip/sipvicious/sipvicious-0.3.4-r1.ebuild +++ b/net-voip/sipvicious/sipvicious-0.3.4-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_SINGLE_IMPL=1 - DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -18,10 +17,12 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="$(python_gen_cond_dep ' +RDEPEND=" + $(python_gen_cond_dep ' dev-python/dnspython[${PYTHON_USEDEP}] dev-python/reportlab[${PYTHON_USEDEP}] - ')" + ') +" src_prepare() { default