commit: 1b84eb1fffceb2e540738b6f9b3bd36162d20dff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 05:05:02 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 10:51:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b84eb1f
net-voip/sipvicious: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 c7af6c8c7db5..af13d6ef1566 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