diff options
author | 2024-06-20 20:22:19 +0200 | |
---|---|---|
committer | 2024-06-20 20:40:14 +0200 | |
commit | 8e71ac08680197575c0437cd34889d98bc3fa344 (patch) | |
tree | 5271f20c8ff7a6b215dba745ddf31b0d95d7929b /dev-python/pudb | |
parent | dev-python/pockets: Enable py3.13 (diff) | |
download | gentoo-8e71ac08680197575c0437cd34889d98bc3fa344.tar.gz gentoo-8e71ac08680197575c0437cd34889d98bc3fa344.tar.bz2 gentoo-8e71ac08680197575c0437cd34889d98bc3fa344.zip |
dev-python/pudb: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/pudb-2024.1.ebuild | 10 |
1 files 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" |