commit:     99830e0582035ac939035a4de3964bad5f775562
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 07:13:54 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 22 07:13:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99830e05

net-misc/maestral: enable py3.13

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-misc/maestral/maestral-1.9.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/maestral/maestral-1.9.4.ebuild 
b/net-misc/maestral/maestral-1.9.4.ebuild
index a91616842..5a16187d5 100644
--- a/net-misc/maestral/maestral-1.9.4.ebuild
+++ b/net-misc/maestral/maestral-1.9.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 inherit distutils-r1 xdg
 
 MY_PV=${PV/_rc/.dev}
@@ -39,6 +39,9 @@ RDEPEND="
 "
 BDEPEND="
        dev-python/build[${PYTHON_USEDEP}]
+       test? (
+               dev-python/bidict[${PYTHON_USEDEP}]
+       )
 "
 
 EPYTEST_DESELECT=(

Reply via email to