commit:     60cef8741740e070d1b7d041cb98390e6e221530
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 03:07:36 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 03:07:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cef874

dev-python/pudb: Remove old

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

 dev-python/pudb/Manifest             |  1 -
 dev-python/pudb/pudb-2024.1.3.ebuild | 40 ------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest
index ac6f4c65a42f..1982cafee16a 100644
--- a/dev-python/pudb/Manifest
+++ b/dev-python/pudb/Manifest
@@ -1,2 +1 @@
-DIST pudb-2024.1.3.tar.gz 219443 BLAKE2B 
edfc2b8799cefc8f81eaac37e07a90b42870b6a3a6ddcc0e7aee785ea6f720fa0db0dc7b9dda6508a9a9e9718812bdf1d6729a12c2d6974f2531022dea2dd153
 SHA512 
da3702a1debeeae7b48012e1241be9d85f3e12714e7d37771863d8d26dabb9615c75bff9a0285647327852d9814eb3ddbc15fcb736d8f4a3f6030d71a12fd258
 DIST pudb-2025.1.tar.gz 220623 BLAKE2B 
241fcb3bf0dbf6ae3719672a8b3eb29f0ff3bee0da83b721810aa4e084728c1ed4844195d0694e8526f1f819a0ab814fe7f4318014ace03a673f9125679648bb
 SHA512 
205502e6c5ecd4428c44f7bc1742bbad95ce675a1127f527b562b2a5f49c50102db3365abdf324a4d74a490a70a1ab1af8b8b48f865eb15b222831b4975ad8cb

diff --git a/dev-python/pudb/pudb-2024.1.3.ebuild 
b/dev-python/pudb/pudb-2024.1.3.ebuild
deleted file mode 100644
index 5edccb39bc66..000000000000
--- a/dev-python/pudb/pudb-2024.1.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-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/
-"
-
-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/urwid-2.4[${PYTHON_USEDEP}]
-       dev-python/urwid-readline[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-       )
-"
-
-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