commit:     67735ac1f730bd8ccab6a4e322ea0134169d33f5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 03:08:38 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 03:08:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67735ac1

dev-python/pudb: Bump to 2025.1.1

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

 dev-python/pudb/Manifest             |  1 +
 dev-python/pudb/pudb-2025.1.1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest
index 1982cafee16a..220d92622067 100644
--- a/dev-python/pudb/Manifest
+++ b/dev-python/pudb/Manifest
@@ -1 +1,2 @@
+DIST pudb-2025.1.1.tar.gz 224765 BLAKE2B 
997e1f7b905ad02da01560379de3d7a01f1089e3ec39d7282f78b783fadc2a625147ab6ed2c584cb1a9d6db24098512294d821466cd826f786812e697977006e
 SHA512 
b4d66303226064101efc0809328bf91a7c2d86dae5aab46df128694a68943c128fe390608b774134572e0283aa6f6fc1ed4b4fe2f7ade290f9fbb017fab15a66
 DIST pudb-2025.1.tar.gz 220623 BLAKE2B 
241fcb3bf0dbf6ae3719672a8b3eb29f0ff3bee0da83b721810aa4e084728c1ed4844195d0694e8526f1f819a0ab814fe7f4318014ace03a673f9125679648bb
 SHA512 
205502e6c5ecd4428c44f7bc1742bbad95ce675a1127f527b562b2a5f49c50102db3365abdf324a4d74a490a70a1ab1af8b8b48f865eb15b222831b4975ad8cb

diff --git a/dev-python/pudb/pudb-2025.1.1.ebuild 
b/dev-python/pudb/pudb-2025.1.1.ebuild
new file mode 100644
index 000000000000..14e9c6fb344e
--- /dev/null
+++ b/dev-python/pudb/pudb-2025.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..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/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/jedi-0.18[${PYTHON_USEDEP}]
+       >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+       >=dev-python/pygments-2.7.4[${PYTHON_USEDEP}]
+       >=dev-python/typing-extensions-4.13[${PYTHON_USEDEP}]
+       >=dev-python/urwid-2.4[${PYTHON_USEDEP}]
+       dev-python/urwid-readline[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest
+
+pkg_postinst() {
+       optfeature_header "Install the following packages for additional 
functionality:"
+       optfeature "Auto-complete support"  dev-python/jedi
+}

Reply via email to