diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-05 12:31:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-05 15:34:19 +0100 |
commit | 4c161421829b3110981abe55ab03fdc3ffc6fdc5 (patch) | |
tree | dbbc48a4fde39b82ba2f6a9e4a67fbc050a2bf02 | |
parent | dev-python/google-auth-oauthlib: Remove old (diff) | |
download | gentoo-4c161421829b3110981abe55ab03fdc3ffc6fdc5.tar.gz gentoo-4c161421829b3110981abe55ab03fdc3ffc6fdc5.tar.bz2 gentoo-4c161421829b3110981abe55ab03fdc3ffc6fdc5.zip |
dev-python/pudb: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pudb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pudb/pudb-2022.1.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest index d51563a3cbcd..16926325e1b5 100644 --- a/dev-python/pudb/Manifest +++ b/dev-python/pudb/Manifest @@ -1,3 +1,2 @@ -DIST pudb-2022.1.1.tar.gz 218514 BLAKE2B 860e7a176d48a3a5424f86ec6dfabea70173b7e73ff3bc512e17c00ac3d7ff7e4f0a3b021e5ce1f38546643d035f4c567003b9808982e0fc4e49428cb08ae7b6 SHA512 0d098b2dac3442913ecf0827ed272dd57d6d03d44d6c67c6ddb8ef61bfc06f153e17aad60e5a0c17a490a675aba610b768289acf13ce9bc2603791b3c4012e4b 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.1.ebuild b/dev-python/pudb/pudb-2022.1.1.ebuild deleted file mode 100644 index f321e07c4f40..000000000000 --- a/dev-python/pudb/pudb-2022.1.1.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 |