diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-11 21:26:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-11 21:27:19 +0300 |
commit | 313b3ae6c9665276ec27b904d436e03dd2a0649a (patch) | |
tree | f83dd0f6bc718b93b6f056a2d2284444bef73144 /dev-python | |
parent | dev-python/watchfiles: add 0.17.0 (diff) | |
download | gentoo-313b3ae6c9665276ec27b904d436e03dd2a0649a.tar.gz gentoo-313b3ae6c9665276ec27b904d436e03dd2a0649a.tar.bz2 gentoo-313b3ae6c9665276ec27b904d436e03dd2a0649a.zip |
dev-python/termcolor: add 2.0.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/termcolor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/termcolor/termcolor-2.0.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest index 9b895e4fa594..954e1615bdbb 100644 --- a/dev-python/termcolor/Manifest +++ b/dev-python/termcolor/Manifest @@ -1 +1,2 @@ DIST termcolor-1.1.0.tar.gz 3912 BLAKE2B 8d661a708eff02894b6e390befddaef1c9d14f78f0c7d10ac332fa149f7892109f77bd279c9a488a3aa4070569c92f0ce847e3911d419ff549a10555b34534fb SHA512 4bd06bf4405a9ef6c005cd4d159ef602f7fc7fccb3e57586da1187c402f4d0b9051ef930cae423065c51ff4be8a22ceae556a61a6b3c8c519d623c066c340b53 +DIST termcolor-2.0.0.tar.gz 9701 BLAKE2B 3c1d81b21788c07870724ca162828037eee11b2c472fbe4cf9c60583155a0eb665c59bbab824882038f453d539b2c3c8518b51e373deb9755205b41b517d8ed3 SHA512 3b5f937c94ba3c0eac04073851fa53123262b3de4e081635069ebd2115b51cf37f88bf129f19d356886487cbeda381921022e52b560b7cbc8a9d935bc902dc6e diff --git a/dev-python/termcolor/termcolor-2.0.0.ebuild b/dev-python/termcolor/termcolor-2.0.0.ebuild new file mode 100644 index 000000000000..b6ac743c1cde --- /dev/null +++ b/dev-python/termcolor/termcolor-2.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="ANSI 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +distutils_enable_tests pytest |