diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-22 17:51:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-22 17:53:05 +0200 |
commit | 292339a90f0558f6443cc4e2d79b4ee3eee8edc1 (patch) | |
tree | 532466137fe502d346a95276aa283b192ef1ee40 /dev-python/termcolor | |
parent | dev-python/sphinx-pytest: Remove old (diff) | |
download | gentoo-292339a90f0558f6443cc4e2d79b4ee3eee8edc1.tar.gz gentoo-292339a90f0558f6443cc4e2d79b4ee3eee8edc1.tar.bz2 gentoo-292339a90f0558f6443cc4e2d79b4ee3eee8edc1.zip |
dev-python/termcolor: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r-- | dev-python/termcolor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/termcolor/termcolor-2.0.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest index 74da7d4c81fb..d8b70568cf24 100644 --- a/dev-python/termcolor/Manifest +++ b/dev-python/termcolor/Manifest @@ -1,2 +1 @@ -DIST termcolor-2.0.0.tar.gz 9701 BLAKE2B 3c1d81b21788c07870724ca162828037eee11b2c472fbe4cf9c60583155a0eb665c59bbab824882038f453d539b2c3c8518b51e373deb9755205b41b517d8ed3 SHA512 3b5f937c94ba3c0eac04073851fa53123262b3de4e081635069ebd2115b51cf37f88bf129f19d356886487cbeda381921022e52b560b7cbc8a9d935bc902dc6e DIST termcolor-2.0.1.tar.gz 9693 BLAKE2B 68592597da70957bd3f03a9a76e546ab17f7c437d00aca53325a617b02c5600679c9912c0ca8d9f7ade03a042cd657e86b1e12a588ec1eeafdfa57f3f5f16372 SHA512 e49f05e587fb420aa373d1644d66e4832a701385fc1da85470fa0d811770f73908ca139e1c1e9cb968cbc74285b038833f371854edc6e20bc22059b31ef1a1ed diff --git a/dev-python/termcolor/termcolor-2.0.0.ebuild b/dev-python/termcolor/termcolor-2.0.0.ebuild deleted file mode 100644 index 83e871771d98..000000000000 --- a/dev-python/termcolor/termcolor-2.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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://github.com/termcolor/termcolor/ - 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" - -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |