diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/click-help-colors | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/click-help-colors')
4 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/click-help-colors/Manifest b/dev-python/click-help-colors/Manifest deleted file mode 100644 index aaa51cbdf8d5..000000000000 --- a/dev-python/click-help-colors/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST click-help-colors-0.9.4.gh.tar.gz 131221 BLAKE2B cb6e5818eddf8ac757206b537053368be672382133bd6a1de65653b671c8780e991b437a31313740303b0e9d6d84eccb04b84577149311c3a27ad9fdaae4c5a4 SHA512 9dd7cc972834e4711cd9f3e957ab50aaa9e7c3e983a98d2d35603a548c85c9c3d3104f567cd13250eb621b67d138b7b94771216dc8323a281fe4fee51d7b752e diff --git a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild deleted file mode 100644 index 4ae9bb98e9ab..000000000000 --- a/dev-python/click-help-colors/click-help-colors-0.9.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Colorization of help messages in Click" -HOMEPAGE=" - https://github.com/click-contrib/click-help-colors/ - https://pypi.org/project/click-help-colors/ -" -SRC_URI=" - https://github.com/click-contrib/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv" -IUSE="examples" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - # https://github.com/click-contrib/click-help-colors/pull/25 - # https://github.com/click-contrib/click-help-colors/pull/26 - "${FILESDIR}/${P}-no-color.patch" -) - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch b/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch deleted file mode 100644 index bc8ca134fb67..000000000000 --- a/dev-python/click-help-colors/files/click-help-colors-0.9.4-no-color.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tests/conftest.py b/tests/conftest.py -index 10482b8..25827a0 100644 ---- a/tests/conftest.py -+++ b/tests/conftest.py -@@ -7,3 +7,9 @@ from click.testing import CliRunner - @pytest.fixture - def runner(): - return CliRunner() -+ -+ -+@pytest.fixture(autouse=True) -+def clean_env(monkeypatch): -+ monkeypatch.delenv("FORCE_COLOR", raising=False) -+ monkeypatch.delenv("NO_COLOR", raising=False) diff --git a/dev-python/click-help-colors/metadata.xml b/dev-python/click-help-colors/metadata.xml deleted file mode 100644 index 67eb4a219db6..000000000000 --- a/dev-python/click-help-colors/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">click-contrib/click-help-colors</remote-id> - <remote-id type="pypi">click-help-colors</remote-id> - </upstream> -</pkgmetadata> |
