commit: a860a98567c6e236b825c11a0db4be3c90bd3270
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 4 19:15:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 4 19:15:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a860a985
dev-python/tcolorpy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tcolorpy/Manifest | 1 -
dev-python/tcolorpy/tcolorpy-0.1.6.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/tcolorpy/Manifest b/dev-python/tcolorpy/Manifest
index b9d65bafceb4..2079ba6a1ba3 100644
--- a/dev-python/tcolorpy/Manifest
+++ b/dev-python/tcolorpy/Manifest
@@ -1,2 +1 @@
-DIST tcolorpy-0.1.6.tar.gz 298986 BLAKE2B
ed21c484df83ce6e4d8a90acf982bd574dc308939599e451767006412f762ab71781ce41c98ccf1aafc39a19c12a862bb801ffb0a459b09310a01c9c5a35101d
SHA512
c96cfbba2c42a17618aa68f252f6e18a5a842eeeced0d2ccdf6aee903d5552375575652bb4d6417e4e0f566b92750afccf9c3fc1866b67b95ab91d4129c02a0a
DIST tcolorpy-0.1.7.tar.gz 299437 BLAKE2B
04d9334af6ba09f107bce5175f3bf271a9b00f532f5d28215531793b292e4c723a23690e3f214e06aaf79fdf3049ce49a89f4dfe3bc2dfe85afb6da16b7b591b
SHA512
aafc08f9fa3fea7c9316fa097dc3e0a2f76228f212bb11ee9b6b1b4b0469316c87513cec6d0f735af88b4c846567f4146c3e07417b39a800232072dc233f4706
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.6.ebuild
b/dev-python/tcolorpy/tcolorpy-0.1.6.ebuild
deleted file mode 100644
index 50fa0ad537de..000000000000
--- a/dev-python/tcolorpy/tcolorpy-0.1.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="tcolorpy is a Python library to apply true color for terminal
text"
-HOMEPAGE="
- https://github.com/thombashi/tcolorpy/
- https://pypi.org/project/colorpy/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest