diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:54:08 +0200 |
commit | 47678a6a8a6b980e4b33a382f9287e97b4ce29b8 (patch) | |
tree | 675e98c78a827744790ce887197fb03f5d536b25 /dev-python/pudb | |
parent | dev-python/prometheus_client: Remove redundant versions (diff) | |
download | gentoo-47678a6a8a6b980e4b33a382f9287e97b4ce29b8.tar.gz gentoo-47678a6a8a6b980e4b33a382f9287e97b4ce29b8.tar.bz2 gentoo-47678a6a8a6b980e4b33a382f9287e97b4ce29b8.zip |
dev-python/pudb: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pudb')
-rw-r--r-- | dev-python/pudb/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pudb/pudb-2018.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pudb/Manifest b/dev-python/pudb/Manifest index 0609cba590b8..dd96471dc72a 100644 --- a/dev-python/pudb/Manifest +++ b/dev-python/pudb/Manifest @@ -1,2 +1 @@ -DIST pudb-2018.1.tar.gz 56771 BLAKE2B 1c57392a2dcf1a178035fd5824b253a0b5ad19990d32360956b55696f76f40c69b3baaaff14bd4bbc4556bb7c7e12bbcf4f00aea057555480771bd27c1ec4ced SHA512 4f0311d5a8642ff7097c2bceecde9a45999ad4567e008507cc8f977cc1e452cbbb80be525d08703c3e22038831b6b94e9b5b46ea1f1a1dc2d4292c8df9ef7ca7 DIST pudb-2019.2.tar.gz 59548 BLAKE2B 2df98688948ea79b8bbe125735aef04b3ea5d6db4adba503610c3fc88201cd0ae6da3249371f9ef78d1f4650901a02cc25738201e4891695f7726c919dcdd702 SHA512 231663b404e0e7d35f32235c02d4878b41a043054821c3d39d4a05d45c1e45aff0eaffb0a6d96669676b52538ca99a69de64014f922e3c80405d34198c6d4812 diff --git a/dev-python/pudb/pudb-2018.1.ebuild b/dev-python/pudb/pudb-2018.1.ebuild deleted file mode 100644 index 3218f0008438..000000000000 --- a/dev-python/pudb/pudb-2018.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PYTHON_COMPAT=( python3_{6,7} ) - -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 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/urwid[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" |