From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/termcolor/
Date: Sat, 19 Apr 2025 14:56:14 +0000 (UTC) [thread overview]
Message-ID: <1745074549.6e2d79a9da017d68f5640fdb01520e927f206c38.mgorny@gentoo> (raw)
commit: 6e2d79a9da017d68f5640fdb01520e927f206c38
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 13:59:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 14:55:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2d79a9
dev-python/termcolor: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/termcolor/Manifest | 2 --
dev-python/termcolor/termcolor-2.5.0.ebuild | 34 -----------------------------
dev-python/termcolor/termcolor-3.0.0.ebuild | 34 -----------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest
index f83dabe84e4e..0ccc4ce4e3be 100644
--- a/dev-python/termcolor/Manifest
+++ b/dev-python/termcolor/Manifest
@@ -1,3 +1 @@
-DIST termcolor-2.5.0.py.tar.gz 13057 BLAKE2B de67e0bca53daca32816cc4eff4f48d41c6e7a61d96892a050fd19fce95d9ed1fbc664a512a70ae91ffd40303780a293a1a793005b1b7779767e2d884126d5ca SHA512 2ef98f82387cc251f6762df7eb103407c52d3dc55d76c71dbf618c38a5c01e12803e8d6fa38f1ec8042ab373b79723e12ef642c18d4b126790a4a3a393ea0917
-DIST termcolor-3.0.0.py.tar.gz 12916 BLAKE2B 776c39f7631f17e96efb2ad15b07d680f176c3d008768ea7b299a6a8c6407bdad07cc73a568b8be814c4190f1cc8f45bcf1fe5ccd6af781de0bb4a967847cf2d SHA512 d93efa81bfbddb53981587ac07dfe294178b81d7d4ef234b708773c8d3f5b0b4a47c22a687ff01f7056992cc2e19572c5d84c2d660b92244f43dde148467c90f
DIST termcolor-3.0.1.py.tar.gz 12935 BLAKE2B 88f8a98449c414538bb7f275fcbcc37a82e78dcf05e70c2352194e2a5869b9b04df872e51d283fd0c5e2a70173831ba3e4ec2d3885213898e0bd6007b964a5a0 SHA512 a74ff0b15abcf304b2bcf870840dace182e209dddf1e0b8d40a4a8b9dc426512e5b753b6aae4e6b34327afdfaabc875be5cabc7312896f5448ba15b9161a8885
diff --git a/dev-python/termcolor/termcolor-2.5.0.ebuild b/dev-python/termcolor/termcolor-2.5.0.ebuild
deleted file mode 100644
index 9119d17b1bb8..000000000000
--- a/dev-python/termcolor/termcolor-2.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ANSI Color formatting for output in terminal"
-HOMEPAGE="
- https://github.com/termcolor/termcolor/
- https://pypi.org/project/termcolor/
-"
-# rename is for avoiding conflict with dev-cpp/termcolor
-SRC_URI="$(pypi_sdist_url) -> ${P}.py.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # avoid dep on coverage (to ignore warnings from coverage)
- sed -i -e '/coverage/d' pyproject.toml || die
-}
diff --git a/dev-python/termcolor/termcolor-3.0.0.ebuild b/dev-python/termcolor/termcolor-3.0.0.ebuild
deleted file mode 100644
index 43372c970480..000000000000
--- a/dev-python/termcolor/termcolor-3.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ANSI Color formatting for output in terminal"
-HOMEPAGE="
- https://github.com/termcolor/termcolor/
- https://pypi.org/project/termcolor/
-"
-# rename is for avoiding conflict with dev-cpp/termcolor
-SRC_URI="$(pypi_sdist_url) -> ${P}.py.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # avoid dep on coverage (to ignore warnings from coverage)
- sed -i -e '/coverage/d' pyproject.toml || die
-}
next reply other threads:[~2025-04-19 14:56 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-19 14:56 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-26 4:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/termcolor/ Michał Górny
2025-05-31 10:19 Michał Górny
2025-05-13 18:36 Arthur Zamarin
2025-05-01 2:54 Michał Górny
2025-04-03 7:59 Michał Górny
2025-03-31 20:14 Arthur Zamarin
2025-02-27 21:03 Michał Górny
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-07 12:20 Michał Górny
2024-10-07 4:43 Michał Górny
2024-05-18 10:15 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-02 7:09 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-05-25 14:38 Michał Górny
2023-05-25 8:25 Arthur Zamarin
2023-04-24 5:57 Michał Górny
2023-03-26 2:27 Michał Górny
2023-02-16 20:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-04 14:15 Michał Górny
2022-12-10 8:57 Michał Górny
2022-12-10 8:50 Arthur Zamarin
2022-11-21 13:24 Michał Górny
2022-10-30 20:41 Arthur Zamarin
2022-10-30 20:16 Arthur Zamarin
2022-10-30 20:16 Arthur Zamarin
2022-10-22 15:53 Michał Górny
2022-10-22 15:49 Arthur Zamarin
2022-10-15 6:30 Michał Górny
2022-10-14 17:57 Arthur Zamarin
2022-09-22 12:15 Michał Górny
2022-09-12 7:03 Michał Górny
2022-09-12 6:23 Michał Górny
2022-09-11 18:27 Arthur Zamarin
2022-05-12 13:15 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-01-30 13:09 Michał Górny
2022-01-26 22:42 James Le Cuirot
2021-07-28 23:38 Marek Szuba
2021-05-23 13:41 Michał Górny
2021-03-28 12:17 Sam James
2020-12-13 0:54 Sam James
2020-12-03 11:19 Sam James
2020-08-02 9:33 Michał Górny
2020-07-06 11:57 Michał Górny
2020-06-04 14:28 Sergei Trofimovich
2020-06-04 14:06 Michał Górny
2020-06-03 19:46 Agostino Sarubbo
2020-06-03 19:44 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-02 22:21 Mart Raudsepp
2020-06-02 21:20 Sergei Trofimovich
2020-06-01 20:51 Sergei Trofimovich
2020-05-25 20:16 Michał Górny
2020-05-25 20:16 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-16 6:07 Matt Turner
2020-03-14 22:11 Sergei Trofimovich
2020-03-11 19:53 Mart Raudsepp
2019-12-04 19:44 Sergei Trofimovich
2019-11-23 3:10 Patrick McLean
2019-03-31 13:46 Jason Zaman
2017-04-22 9:56 Pacho Ramos
2015-12-03 10:27 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745074549.6e2d79a9da017d68f5640fdb01520e927f206c38.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox