commit:     8e71ac08680197575c0437cd34889d98bc3fa344
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 18:22:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 18:40:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e71ac08

dev-python/pudb: Enable py3.13

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

 dev-python/pudb/pudb-2024.1.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/pudb/pudb-2024.1.ebuild 
b/dev-python/pudb/pudb-2024.1.ebuild
index a62662f987a3..f6667522ef0b 100644
--- a/dev-python/pudb/pudb-2024.1.ebuild
+++ b/dev-python/pudb/pudb-2024.1.ebuild
@@ -4,14 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi optfeature
 
 DESCRIPTION="A full-screen, console-based Python debugger"
-HOMEPAGE="https://documen.tician.de/pudb/
-       https://github.com/inducer/pudb
-       https://pypi.org/project/pudb/";
+HOMEPAGE="
+       https://documen.tician.de/pudb/
+       https://github.com/inducer/pudb/
+       https://pypi.org/project/pudb/
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to