summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:45:37 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:55:54 +0200
commit7ccf942f14523f3e54c034cd25b0d5a890c94074 (patch)
treee1c3a98defca52dfebed1aa95c2b5e402fe82bee /dev-python/termcolor
parentdev-python/tenacity: Remove redundant versions (diff)
downloadgentoo-7ccf942f14523f3e54c034cd25b0d5a890c94074.tar.gz
gentoo-7ccf942f14523f3e54c034cd25b0d5a890c94074.tar.bz2
gentoo-7ccf942f14523f3e54c034cd25b0d5a890c94074.zip
dev-python/termcolor: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
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=""