From 7ccf942f14523f3e54c034cd25b0d5a890c94074 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jul 2020 18:45:37 +0200 Subject: dev-python/termcolor: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/termcolor/termcolor-1.1.0-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/termcolor/termcolor-1.1.0-r1.ebuild (limited to 'dev-python/termcolor') diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild deleted file mode 100644 index 8eec81812694..000000000000 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="ANSII Color formatting for output in terminal" -HOMEPAGE="https://pypi.org/project/termcolor/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -- cgit v1.2.3-65-gdbad