commit:     c857769a79262fff2bdad9942dd74853df5484e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 17:14:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 17:34:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c857769a

dev-python/python-redmine: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-redmine/python-redmine-2.5.0.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/python-redmine/python-redmine-2.5.0.ebuild 
b/dev-python/python-redmine/python-redmine-2.5.0.ebuild
index 8219293367ea..cc301f30f2df 100644
--- a/dev-python/python-redmine/python-redmine-2.5.0.ebuild
+++ b/dev-python/python-redmine/python-redmine-2.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 
@@ -25,12 +25,6 @@ RDEPEND="
 
 distutils_enable_tests pytest
 
-src_prepare() {
-       # https://github.com/maxtepkeev/python-redmine/pull/332
-       sed -i -e 's:assertEquals:assertEqual:' tests/*.py || die
-       distutils-r1_src_prepare
-}
-
 python_test() {
        epytest -o addopts=
 }

Reply via email to