diff options
| author | 2025-10-26 04:53:50 +0100 | |
|---|---|---|
| committer | 2025-10-26 04:54:20 +0100 | |
| commit | c2947a40f758ff677b797fcc597d5e17450aa67a (patch) | |
| tree | 1423ed1a3464c4f23b45fb09c7784e830d9c7526 /dev-python | |
| parent | dev-python/minify-html: Bump to 0.18.1 (diff) | |
| download | gentoo-c2947a40f758ff677b797fcc597d5e17450aa67a.tar.gz gentoo-c2947a40f758ff677b797fcc597d5e17450aa67a.tar.bz2 gentoo-c2947a40f758ff677b797fcc597d5e17450aa67a.zip | |
dev-python/termcolor: Bump to 3.2.0
Signed-off-by: Michał Górny <[email protected]>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/termcolor/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/termcolor/termcolor-3.2.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest index 2e8042abf71a..3200565db2a0 100644 --- a/dev-python/termcolor/Manifest +++ b/dev-python/termcolor/Manifest @@ -1 +1,2 @@ DIST termcolor-3.1.0.py.tar.gz 14324 BLAKE2B 04c8ad649cd34fcb469ca261c2f4377f64a12f71a9cb05e9ee9426354a01b5d7cc03f1c92c8b66903c4cd9b5540d8f34b8a7ca8d04ba9b2d38bc050ae0e841e4 SHA512 1311d86fee4bc1c5a11c24ce57e8787347a5e72d6de283034ebd307b63248cc1e24b4b4dec2fc242f5c18f6a9a3b8f0ae197b43ff91809b9f558804ecceabe4b +DIST termcolor-3.2.0.py.tar.gz 14423 BLAKE2B 09f54376bf0195634077a8ecbc8d2f87f686a2925906855420abd51779e6b390e356c9a83b2f3494122126b3f0737b108183d041140f2d8eaf970b50242668a5 SHA512 5e1fec1178fe610b7f11cffd94032e2207e56be2a3aa438835f98a6c8961d039e7247e004772eaf1dc378924f9907322b5fd73555f8f4a081565a3e840277d32 diff --git a/dev-python/termcolor/termcolor-3.2.0.ebuild b/dev-python/termcolor/termcolor-3.2.0.ebuild new file mode 100644 index 000000000000..fa06515975c6 --- /dev/null +++ b/dev-python/termcolor/termcolor-3.2.0.ebuild @@ -0,0 +1,28 @@ +# 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_{11..14} 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}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
