diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-26 01:28:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-26 01:28:12 +0000 |
| commit | 53b1c31c8208ea1342e843950c293ce453459c1f (patch) | |
| tree | cded2746620d41c7034f3b0dd0bcb786ce695032 /dev-python/termcolor | |
| parent | 019598ba87c343a17fc9a4ba5759cbc13861413b (diff) | |
| download | baldeagleos-repo-53b1c31c8208ea1342e843950c293ce453459c1f.tar.gz baldeagleos-repo-53b1c31c8208ea1342e843950c293ce453459c1f.tar.xz baldeagleos-repo-53b1c31c8208ea1342e843950c293ce453459c1f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/termcolor')
| -rw-r--r-- | dev-python/termcolor/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/termcolor/termcolor-2.2.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest index a7ca2cd56fdb..972b9c159bdf 100644 --- a/dev-python/termcolor/Manifest +++ b/dev-python/termcolor/Manifest @@ -1,2 +1 @@ -DIST python-termcolor-2.2.0.tar.gz 11340 BLAKE2B c1a7119bf4b6a137784e1b395d65ce2222e78c3747d1198b0c3407a15b02aa2f0343a12ac067696f19e94b4add0f8968164223f77cc79ffb703601003b8ce8fd SHA512 24a686c6589a56d2ae9ef9a974dc2308d23e9dcbc586df2c2e6ce938f4a6d85bcd20e4ecafcdee8b5b859917defd2965804e10ef761ce7929dc44826f0fca402 DIST termcolor-2.3.0.py.tar.gz 12163 BLAKE2B a500cc13b0a7d43c32981f82408491c6fd30e489c1729bdbecae6e13e9deefe4a54944da56a241bc5c5f5411abfc2671dab8bc3ae23adf907f7eba617223f308 SHA512 0ccfd9320235215b85ddbf099399aaa325dd7176be7a39225377a81c372f9733105dcfe4a9e577cdca451be1f9b5538a071fc511bccd226fe0c4cbecb536bbf3 diff --git a/dev-python/termcolor/termcolor-2.2.0.ebuild b/dev-python/termcolor/termcolor-2.2.0.ebuild deleted file mode 100644 index 1806b6459501..000000000000 --- a/dev-python/termcolor/termcolor-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) - -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) -> python-${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 |
