commit: 7fc42b32db58d2bbd23e0232d8033bd702231dbe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 05:06:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 05:06:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc42b32
dev-python/tcolorpy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tcolorpy/tcolorpy-0.1.2.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.2.ebuild
b/dev-python/tcolorpy/tcolorpy-0.1.2.ebuild
deleted file mode 100644
index 4913643d8c01..000000000000
--- a/dev-python/tcolorpy/tcolorpy-0.1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="tcolorpy is a Python library to apply true color for terminal
text"
-HOMEPAGE="https://github.com/thombashi/tcolorpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest