commit:     3e03e409f8d2cb9fb3114e7d9e7cfd3e55d5a471
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 11:41:13 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 11:51:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e03e409

media-sound/xmms2: enable py3.13

Unknown if bindings are ok given we have no xmms2 python client
packaged, USE=python serve no purpose right now.

More importantly waf and building seems fine with 3.13.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-sound/xmms2/xmms2-0.9.3-r1.ebuild | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild 
b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
index a466553f269a..eda60ca94541 100644
--- a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
+++ b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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} )
 PYTHON_REQ_USE="threads(+)"
 inherit flag-o-matic optfeature perl-functions python-single-r1 waf-utils
 
@@ -36,10 +36,12 @@ XMMS2_PLUGINS=(
 IUSE="
        ${XMMS2_OPTIONALS[@]%:*}
        ${XMMS2_PLUGINS[@]%:*}
-       +server"
+       +server
+"
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}
-       test? ( server )"
+       test? ( server )
+"
 RESTRICT="!test? ( test )"
 
 COMMON_DEPEND="
@@ -96,7 +98,8 @@ COMMON_DEPEND="
                        net-dns/avahi[mdnsresponder-compat]
                        net-misc/curl
                )
-       )"
+       )
+"
 RDEPEND="
        ${COMMON_DEPEND}
        perl? (
@@ -109,16 +112,19 @@ RDEPEND="
        python? (
                ${PYTHON_DEPS}
                $(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
-       )"
+       )
+"
 DEPEND="
        ${COMMON_DEPEND}
        cxx? ( dev-libs/boost )
-       test? ( dev-util/cunit )"
+       test? ( dev-util/cunit )
+"
 BDEPEND="
        ${PYTHON_DEPS}
        virtual/pkgconfig
        perl? ( dev-perl/Pod-Parser )
-       python? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]') 
)"
+       python? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]') )
+"
 
 QA_CONFIG_IMPL_DECL_SKIP=(
        avcodec_free_frame # succcessfully detects that this is gone in newer 
ffmpeg

Reply via email to