commit: 1ea49facef060a060aabc8f94ec19f29c1602ba1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Nov 14 04:40:00 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Nov 14 04:40:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea49fac
dev-python/pudb: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pudb/Manifest | 1 - dev-python/pudb/pudb-2022.1.2.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest index 16926325e1b5..e57ca77e6edc 100644 --- a/dev-python/pudb/Manifest +++ b/dev-python/pudb/Manifest @@ -1,2 +1 @@ -DIST pudb-2022.1.2.tar.gz 219735 BLAKE2B fc2007b2be3a362d1198230815fd1642557c455ee0501e75784402ab88252e34806af1dbec20bc18f743b04b7133bde8466f48583d306002b341f3dececa62ab SHA512 73b9259a2ade953389d13b4e7df7179c54244700ffb1475e2fc5e3bb4a73259afa7b2b09a316aacbe47476fb6da3cf5b952cb082de51d6a953cd96a1eaf9cc4f DIST pudb-2022.1.3.tar.gz 220833 BLAKE2B 9d028db6b10f412989ec263b09738afad24a4bf1e0b03c772ef2ec939e4f014f4eca8f04f495b0c3a516d0f3241eee65334a161e7aff072dff436bd54f0a8bfc SHA512 0f70ac5bef61403119c3023c72bcf37ebba16d106c51d4f14321caa2ef5d13a2ddbd923aa650e64b6a57842a444226cf9ce02eed0bb023315a166018b0163b5a diff --git a/dev-python/pudb/pudb-2022.1.2.ebuild b/dev-python/pudb/pudb-2022.1.2.ebuild deleted file mode 100644 index f321e07c4f40..000000000000 --- a/dev-python/pudb/pudb-2022.1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A full-screen, console-based Python debugger" -HOMEPAGE="https://pypi.org/project/pudb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/urwid[${PYTHON_USEDEP}] - dev-python/urwid_readline[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest